forked from GAM3RG33K/flutter_settings_screens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
39 lines (28 loc) · 1.04 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: flutter_settings_screens
description: A Simple plugin to implement settings UI screens for your flutter apps. Customize what you want, From UI elements, behaviour or underlying storage library.
repository: https://github.com/GAM3RG33K/flutter_settings_screens
homepage: https://github.com/GAM3RG33K/flutter_settings_screens
version: 0.3.0-null-safety
environment:
sdk: ">=2.12.0 <3.0.0"
# Flutter versions prior to 1.12 did not support the
# flutter.plugin.platforms map.
flutter: ">=1.12.0"
dependencies:
flutter:
sdk: flutter
# library to access storage directories
path_provider: ^2.0.2
# library to use Provider widgets
provider: ^5.0.0
# library to store the preference/settings using shared_preferences library
shared_preferences: ^2.0.6
# to enforce dart coding standard
pedantic: ^1.11.0
dev_dependencies:
flutter_test:
sdk: flutter
# 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.
flutter: