pubspec.yaml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. name: news_app
  2. description: "A new Flutter project."
  3. # The following line prevents the package from being accidentally published to
  4. # pub.dev using `flutter pub publish`. This is preferred for private packages.
  5. publish_to: 'none' # Remove this line if you wish to publish to pub.dev
  6. version: 1.6.1+2024
  7. environment:
  8. sdk: ^3.7.2
  9. dependencies:
  10. flutter:
  11. sdk: flutter
  12. # The following adds the Cupertino Icons font to your application.
  13. # Use with the CupertinoIcons class for iOS style icons.
  14. cupertino_icons: ^1.0.8
  15. dio: ^5.8.0+1
  16. pretty_dio_logger: ^1.4.0
  17. go_router: ^14.8.1
  18. cached_network_image: ^3.4.1
  19. device_info_plus: ^11.3.3
  20. shared_preferences: ^2.5.2
  21. shared_preferences_android: ^2.4.8
  22. shared_preferences_foundation: ^2.5.3
  23. flutter_screenutil: ^5.9.3
  24. fluttertoast: ^8.2.12
  25. webview_flutter: ^4.10.0
  26. easy_refresh: ^3.4.0
  27. flutter_swiper_view: ^1.1.8
  28. better_player_plus: ^1.0.8
  29. path_provider: ^2.1.5
  30. qr_flutter: ^4.1.0
  31. permission_handler: ^12.0.0
  32. image_picker: ^1.1.2
  33. image: ^4.0.17
  34. event_bus: ^2.0.1
  35. common_utils: ^2.0.2
  36. flutter_riverpod: ^2.6.1
  37. flutter_widget_from_html: ^0.15.0
  38. share_plus: ^11.0.0
  39. filesize: ^2.0.1
  40. visibility_detector: ^0.4.0+2
  41. shimmer: ^3.0.0
  42. connectivity_plus: ^6.1.4
  43. installed_apps: ^1.6.0
  44. fluwx: ^5.7.5
  45. dev_dependencies:
  46. flutter_test:
  47. sdk: flutter
  48. build_runner:
  49. flutter_gen_runner:
  50. flutter_lints: ^5.0.0
  51. # For information on the generic Dart part of this file, see the
  52. # following page: https://dart.dev/tools/pub/pubspec
  53. # The following section is specific to Flutter packages.
  54. flutter:
  55. uses-material-design: true
  56. assets:
  57. - assets/
  58. - assets/images/
  59. # To add assets to your application, add an assets section, like this:
  60. # assets:
  61. # - images/a_dot_burr.jpeg
  62. # - images/a_dot_ham.jpeg
  63. # example:
  64. # fonts:
  65. # - family: Schyler
  66. # fonts:
  67. # - asset: fonts/Schyler-Regular.ttf
  68. # - asset: fonts/Schyler-Italic.ttf
  69. # style: italic
  70. # - family: Trajan Pro
  71. # fonts:
  72. # - asset: fonts/TrajanPro.ttf
  73. # - asset: fonts/TrajanPro_Bold.ttf
  74. # weight: 700
  75. #
  76. # For details regarding fonts from package dependencies,
  77. # see https://flutter.dev/to/font-from-package