fish 1 year ago
parent
commit
099e9e20eb
4 changed files with 21 additions and 19 deletions
  1. 4 0
      README.md
  2. 1 1
      android/build.gradle
  3. 2 4
      lib/pages/splash_page.dart
  4. 14 14
      pubspec.yaml

+ 4 - 0
README.md

@@ -22,3 +22,7 @@ you can open the project with codespaces or gitpod. then run :
 flutter build apk --no-tree-shake-icons
 flutter build ipa --release --no-tree-shake-icons
 ```
+
+## License
+
+## Reference

+ 1 - 1
android/build.gradle

@@ -26,6 +26,6 @@ subprojects {
     project.evaluationDependsOn(':app')
 }
 
-task clean(type: Delete) {
+tasks.register("clean", Delete) {
     delete rootProject.buildDir
 }

+ 2 - 4
lib/pages/splash_page.dart

@@ -13,7 +13,5 @@ class _SplashPageState extends State<SplashPage> {
     return const Scaffold();
   }
 
-  void goMain(){
-    
-  }
-}
+  void goMain() {}
+}

+ 14 - 14
pubspec.yaml

@@ -13,20 +13,20 @@ dependencies:
 dev_dependencies:
   flutter_test:
     sdk: flutter
-  flutter_lints: ^2.0.0
+  flutter_lints: ^3.0.1
 flutter:
   uses-material-design: true
-  assets:
-    - assets/animations/
-    - assets/images/
-    - assets/fonts/
+  # assets:
+  #   - assets/animations/
+  #   - assets/images/
+  #   - assets/fonts/
 
-  fonts:
-    - family: Montserrat
-      fonts:
-        - asset: assets/fonts/Montserrat-Regular.ttf
-        - asset: assets/fonts/Montserrat-Bold.ttf
-          weight: 700
-    - family: WeatherIcons
-      fonts:
-        - asset: assets/fonts/weathericons-regular.ttf
+  # fonts:
+  #   - family: Montserrat
+  #     fonts:
+  #       - asset: assets/fonts/Montserrat-Regular.ttf
+  #       - asset: assets/fonts/Montserrat-Bold.ttf
+  #         weight: 700
+  #   - family: WeatherIcons
+  #     fonts:
+  #       - asset: assets/fonts/weathericons-regular.ttf