-
Notifications
You must be signed in to change notification settings - Fork 71
/
pubspec.yaml
34 lines (25 loc) · 949 Bytes
/
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
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.4
environment:
sdk: '>=3.2.4 <4.0.0'
dependencies:
flutter:
sdk: flutter
# library to access storage directories
path_provider: ^2.0.10
# library to use Provider widgets
provider: ^6.0.3
# library to store the preference/settings using shared_preferences library
shared_preferences: ^2.0.15
dev_dependencies:
flutter_test:
sdk: flutter
# to enforce dart coding standard
flutter_lints: ^3.0.0
# 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: