| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- name: news_app
- description: "A new Flutter project."
- # The following line prevents the package from being accidentally published to
- # pub.dev using `flutter pub publish`. This is preferred for private packages.
- publish_to: 'none' # Remove this line if you wish to publish to pub.dev
- version: 1.6.1+2024
- environment:
- sdk: ^3.7.2
- dependencies:
- flutter:
- sdk: flutter
- # The following adds the Cupertino Icons font to your application.
- # Use with the CupertinoIcons class for iOS style icons.
- cupertino_icons: ^1.0.8
- dio: ^5.8.0+1
- pretty_dio_logger: ^1.4.0
- go_router: ^14.8.1
- cached_network_image: ^3.4.1
- device_info_plus: ^11.3.3
- shared_preferences: ^2.5.2
- shared_preferences_android: ^2.4.8
- shared_preferences_foundation: ^2.5.3
- flutter_screenutil: ^5.9.3
- fluttertoast: ^8.2.12
- webview_flutter: ^4.10.0
- easy_refresh: ^3.4.0
- flutter_swiper_view: ^1.1.8
- better_player_plus: ^1.0.8
- path_provider: ^2.1.5
- qr_flutter: ^4.1.0
- permission_handler: ^12.0.0
- image_picker: ^1.1.2
- image: ^4.0.17
- event_bus: ^2.0.1
- common_utils: ^2.0.2
- flutter_riverpod: ^2.6.1
- flutter_widget_from_html: ^0.15.0
- share_plus: ^11.0.0
- filesize: ^2.0.1
- visibility_detector: ^0.4.0+2
- shimmer: ^3.0.0
- connectivity_plus: ^6.1.4
- installed_apps: ^1.6.0
- fluwx: ^5.7.5
- dev_dependencies:
- flutter_test:
- sdk: flutter
- build_runner:
- flutter_gen_runner:
- flutter_lints: ^5.0.0
- # 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:
- uses-material-design: true
- assets:
- - assets/
- - assets/images/
- # To add assets to your application, add an assets section, like this:
- # assets:
- # - images/a_dot_burr.jpeg
- # - images/a_dot_ham.jpeg
- # example:
- # fonts:
- # - family: Schyler
- # fonts:
- # - asset: fonts/Schyler-Regular.ttf
- # - asset: fonts/Schyler-Italic.ttf
- # style: italic
- # - family: Trajan Pro
- # fonts:
- # - asset: fonts/TrajanPro.ttf
- # - asset: fonts/TrajanPro_Bold.ttf
- # weight: 700
- #
- # For details regarding fonts from package dependencies,
- # see https://flutter.dev/to/font-from-package
|