Created
October 15, 2023 13:46
-
-
Save wp-wachi/66f1c10c28b1ea1a605f8724d75daa77 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dev_dependencies: | |
flutter_test: | |
sdk: flutter | |
# The "flutter_lints" package below contains a set of recommended lints to | |
# encourage good coding practices. The lint set provided by the package is | |
# activated in the `analysis_options.yaml` file located at the root of your | |
# package. See that file for information about deactivating specific lint | |
# rules and activating additional ones. | |
flutter_lints: ^2.0.0 | |
flutter_launcher_icons: "^0.13.1" | |
flutter_launcher_icons: | |
android: "ic_launcher" | |
ios: true | |
image_path: "assets/icon/icon.png" | |
# For information on the generic Dart part of this file, see the | |
# following page: https://dart.dev/tools/pub/pubspec | |
# The following section is specific to Flutter packages. | |
flutter: | |
# The following line ensures that the Material Icons font is | |
# included with your application, so that you can use the icons in | |
# the material Icons class. | |
uses-material-design: true | |
# To add assets to your application, add an assets section, like this: | |
assets: | |
- assets/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment