| | |
| | | name: flutter_module |
| | | description: A new Flutter module. |
| | | |
| | | |
| | | publish_to: 'none' |
| | | # The following defines the version and build number for your application. |
| | | # A version number is three numbers separated by dots, like 1.2.43 |
| | | # followed by an optional build number separated by a +. |
| | |
| | | sdk: flutter |
| | | flutter_lints: ^1.0.0 |
| | | cupertino_icons: ^1.0.3 |
| | | permission_handler: ^8.2.6 |
| | | permission_handler: ^9.0.2 |
| | | |
| | | |
| | | shared_preferences: ^2.0.8 |
| | |
| | | path_provider: ^2.0.6 |
| | | |
| | | #微信登录 |
| | | fluwx_no_pay: ^3.6.1+5 |
| | | fluwx_no_pay: ^3.8.1 |
| | | |
| | | event_bus: ^2.0.0 |
| | | |
| | |
| | | flutter_boost: |
| | | git: |
| | | url: 'https://github.com/alibaba/flutter_boost.git' |
| | | ref: 'v3.0-null-safety-preview.18' |
| | | ref: 'v3.0-null-safety-release.1' |
| | | |
| | | |
| | | # For information on the generic Dart part of this file, see the |
| | |
| | | # the material Icons class. |
| | | uses-material-design: true |
| | | |
| | | assets: |
| | | - assets/imgs/ |
| | | - assets/imgs/advice/ |
| | | - assets/imgs/common/ |
| | | - assets/imgs/login/ |
| | | - assets/imgs/video/ |
| | | - assets/imgs/home/ |
| | | |
| | | # To add Flutter specific assets to your application, add an assets section, |
| | | # like this: |
| | | # assets: |