pubspec.yaml 701 B

12345678910111213141516171819
  1. name: flustars
  2. description: Flutter common utils library. SpUtil, ScreenUtil, WidgetUtil, DirectoryUtil, ImageUtil. SharedPreferences Util. Screen info & Screen adaptation. get image size.
  3. version: 2.0.1
  4. homepage: https://github.com/Sky24n/flustars
  5. environment:
  6. sdk: ">=2.12.0-259.9.beta <3.0.0"
  7. dependencies:
  8. flutter:
  9. sdk: flutter
  10. # Dart common utils library. https://github.com/Sky24n/common_utils
  11. common_utils: '>=2.0.2 <3.0.0'
  12. # https://github.com/Sky24n/sp_util
  13. sp_util: '>=2.0.3 <3.0.0'
  14. # https://github.com/tekartik/synchronized.dart
  15. synchronized: '>=3.0.0 <5.0.0'
  16. # https://github.com/flutter/plugins/tree/master/packages/path_provider
  17. path_provider: '>=2.0.0 <4.0.0'