File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add dependency to pubspec.yaml
16
16
```
17
17
dependencies:
18
18
...
19
- flutter_jsonschema_builder: ^0.0.1
19
+ flutter_jsonschema_builder: ^0.0.1+1
20
20
```
21
21
22
22
Run in your terminal
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ packages:
68
68
path: ".."
69
69
relative: true
70
70
source: path
71
- version: "0.0.1"
71
+ version: "0.0.1+1 "
72
72
flutter_lints:
73
73
dependency: "direct dev"
74
74
description:
Original file line number Diff line number Diff line change 1
1
name : flutter_jsonschema_builder
2
2
description : A simple Flutter widget capable of using JSON Schema to declaratively build and customize web forms.
3
- version : 0.0.1
3
+ version : 0.0.1+1
4
4
homepage : https://github.com/edlose16b/flutter_jsonschema_builder
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments