pubspec.yaml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. name: revanced_manager
  2. description: "Application to use ReVanced on Android."
  3. homepage: https://revanced.app
  4. publish_to: 'none'
  5. version: 1.24.0+101800055
  6. environment:
  7. sdk: '>=3.7.0'
  8. flutter: '>=3.29.0'
  9. dependencies:
  10. animations: ^2.0.11
  11. collection: ^1.19.0
  12. connectivity_plus: ^6.1.3
  13. device_apps:
  14. git:
  15. url: https://github.com/ponces/flutter_plugin_device_apps
  16. ref: 0609662324b9e00931fccfa87e9e1b00b7610907
  17. device_info_plus: ^11.3.3
  18. dio: ^5.4.3+1
  19. dio_cache_interceptor: ^3.5.0
  20. dynamic_color: ^1.7.0
  21. dynamic_themes: ^1.1.0
  22. expandable: ^5.0.1
  23. file_picker: ^9.0.2
  24. flutter:
  25. sdk: flutter
  26. flutter_background: ^1.3.0+1
  27. flutter_cache_manager: ^3.4.1
  28. flutter_file_dialog: ^3.0.2
  29. flutter_local_notifications: ^18.0.1
  30. flutter_localizations:
  31. sdk: flutter
  32. flutter_markdown: ^0.7.6+2
  33. fluttertoast: ^8.2.12
  34. font_awesome_flutter: ^10.8.0
  35. google_fonts: ^6.2.1
  36. injectable: ^2.4.0
  37. intl: ^0.19.0
  38. json_annotation: ^4.9.0
  39. language_code: ^0.5.5
  40. logcat:
  41. git:
  42. url: https://github.com/BenjaminHalko/logcat
  43. ref: 4a6d5e0e22292c8eb160cfb9365b9ea29735fd43 # Branch: master
  44. package_info_plus: ^8.3.0
  45. path_provider: ^2.1.5
  46. permission_handler: ^11.4.0
  47. root:
  48. git:
  49. url: https://github.com/validcube/root
  50. ref: 68e5678a535a2a3344828a14a39017fa74b9098c # Branch: libsu-521
  51. screenshot_callback:
  52. git: # remove once https://github.com/flutter-moum/flutter_screenshot_callback/pull/81 is merged
  53. url: https://github.com/BenjaminHalko/flutter_screenshot_callback
  54. ref: 1a1616ac91e16cd1f3dd170a81febf27ffce3587 # Branch: master
  55. share_plus: ^10.1.4
  56. shared_preferences: ^2.5.2
  57. skeletons:
  58. git: # remove once https://github.com/badjio/skeletons/pull/12 is merged
  59. url: https://github.com/konnic/skeletons
  60. ref: aa3237babe1e36457a6d09eb0d3889cdde97d89e # Branch: add-flutter-3-22-0-compatibility
  61. slang: ^4.5.0
  62. slang_flutter: ^4.5.0
  63. stacked: ^3.4.4
  64. stacked_generator: ^1.6.1
  65. stacked_services: ^1.6.0
  66. synchronized: ^3.3.1
  67. timeago:
  68. git: # remove once new release include c23ec0f8a (intl 0.20 compatibility)
  69. url: https://github.com/andresaraujo/timeago.dart
  70. path: packages/timeago
  71. ref: c23ec0f8a4d51b88e2aa23611cc2785dfbe52f34 # Branch: master
  72. timezone: ^0.10.0
  73. url_launcher: ^6.3.1
  74. wakelock_plus: ^1.2.10
  75. dev_dependencies:
  76. analyzer: ^6.3.0
  77. build_runner: ^2.4.15
  78. flutter_lints: ^5.0.0
  79. injectable_generator: ^2.6.1
  80. json_serializable: ^6.9.0
  81. flutter:
  82. uses-material-design: true
  83. fonts:
  84. - family: CustomIcon
  85. fonts:
  86. - asset: fonts/custom-icons.ttf
  87. assets:
  88. - assets/i18n/
  89. flutter_localizations:
  90. sdk: flutter