feat: Add splash screen
This commit is contained in:
parent
e35a933260
commit
ef4506fd8c
35 changed files with 277 additions and 134 deletions
|
|
@ -78,10 +78,16 @@ dependencies:
|
|||
|
||||
dev_dependencies:
|
||||
dapackages: ^1.6.0
|
||||
flutter_native_splash: ^1.2.3
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
pedantic: ^1.11.1
|
||||
|
||||
flutter_native_splash:
|
||||
color: "#ffffff"
|
||||
color_dark: "#000000"
|
||||
image: "assets/info-logo.png"
|
||||
|
||||
flutter:
|
||||
generate: true
|
||||
uses-material-design: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue