We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de4fea commit 6973623Copy full SHA for 6973623
3 files changed
README.md
@@ -30,7 +30,7 @@ Add to your `pubspec.yaml`:
30
31
```yaml
32
dependencies:
33
- settings_ui: ^3.0.0
+ settings_ui: ^3.0.1
34
```
35
36
Then import:
V3_PLAN.md
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: settings_ui
2
description: Create native settings for Flutter app in minutes. Use single interfaces to build
3
-version: 3.0.0
+version: 3.0.1
4
homepage: https://github.com/yako-dev/flutter-settings-ui
5
6
platforms:
@@ -12,8 +12,8 @@ platforms:
12
windows:
13
14
environment:
15
- sdk: '>=3.5.0 <4.0.0'
16
- flutter: '>=3.16.0'
+ sdk: ">=3.5.0 <4.0.0"
+ flutter: ">=3.16.0"
17
18
19
flutter:
0 commit comments