| 1234567891011121314151617181920 |
- name: flustars
- description: Flutter common utils library. SpUtil, ScreenUtil, WidgetUtil, DirectoryUtil, ImageUtil. SharedPreferences Util. Screen info & Screen adaptation. get image size.
- version: 0.3.2
- author: Sky24n <863764940@qq.com>
- homepage: https://github.com/Sky24n/flustars
- environment:
- sdk: ">=1.19.0 <3.0.0"
- dependencies:
- flutter:
- sdk: flutter
- # Dart common utils library. https://github.com/Sky24n/common_utils
- common_utils: '>=1.1.0 <3.0.0'
- # https://github.com/tekartik/synchronized.dart
- synchronized: '>=1.5.1 <4.0.0'
- # https://github.com/flutter/plugins/tree/master/packages/shared_preferences
- shared_preferences: '>=0.4.1 <3.0.0'
- # https://github.com/flutter/plugins/tree/master/packages/path_provider
- path_provider: '>=1.2.0 <3.0.0'
|