|
| 1 | +name: flutter_fly |
| 2 | +description: flutter_fly |
| 3 | + |
| 4 | +# The following defines the version and build number for your application. |
| 5 | +# A version number is three numbers separated by dots, like 1.2.43 |
| 6 | +# followed by an optional build number separated by a +. |
| 7 | +# Both the version and the builder number may be overridden in flutter |
| 8 | +# build by specifying --build-name and --build-number, respectively. |
| 9 | +# In Android, build-name is used as versionName while build-number used as versionCode. |
| 10 | +# Read more about Android versioning at https://developer.android.com/studio/publish/versioning |
| 11 | +# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. |
| 12 | +# Read more about iOS versioning at |
| 13 | +# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html |
| 14 | +version: 1.0.0+1 |
| 15 | + |
| 16 | +environment: |
| 17 | + sdk: ">=2.1.0 <3.0.0" |
| 18 | + |
| 19 | +dependencies: |
| 20 | + flutter: |
| 21 | + sdk: flutter |
| 22 | + |
| 23 | + cupertino_icons: ^0.1.2 |
| 24 | + lpinyin: ^1.0.7 |
| 25 | + # flutter_webview_plugin: ^0.3.10 |
| 26 | + webview_flutter: ^0.3.19+2 |
| 27 | + dio: 3.0.9 |
| 28 | + sqflite: ^1.3.0 |
| 29 | + intl: ^0.16.1 |
| 30 | + flutter_app_upgrade: ^1.0.0 |
| 31 | + |
| 32 | +# flutter_upgrade: |
| 33 | +# path: flutter_upgrade |
| 34 | + |
| 35 | +dev_dependencies: |
| 36 | + flutter_test: |
| 37 | + sdk: flutter |
| 38 | + json_serializable: ^3.0.0 |
| 39 | + build_runner: ^1.6.1 |
| 40 | + |
| 41 | +# For information on the generic Dart part of this file, see the |
| 42 | +# following page: https://dart.dev/tools/pub/pubspec |
| 43 | + |
| 44 | +# The following section is specific to Flutter. |
| 45 | +flutter: |
| 46 | + |
| 47 | + # The following line ensures that the Material Icons font is |
| 48 | + # included with your application, so that you can use the icons in |
| 49 | + # the material Icons class. |
| 50 | + uses-material-design: true |
| 51 | + |
| 52 | + # To add assets to your application, add an assets section, like this: |
| 53 | + assets: |
| 54 | + - assets/images/ |
| 55 | + - assets/json/ |
| 56 | + |
| 57 | + fonts: |
| 58 | + - family: appIconFonts |
| 59 | + fonts: |
| 60 | + - asset: assets/fonts/iconfont.ttf |
| 61 | + |
0 commit comments