Skip to content

Commit 16a519b

Browse files
committed
docs: 📝 updating Readme.md
1 parent 2a47bbe commit 16a519b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add dependency to pubspec.yaml
1616
```
1717
dependencies:
1818
...
19-
flutter_jsonschema_builder: ^0.0.1
19+
flutter_jsonschema_builder: ^0.0.1+1
2020
```
2121

2222
Run in your terminal

Diff for: example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "0.0.1"
71+
version: "0.0.1+1"
7272
flutter_lints:
7373
dependency: "direct dev"
7474
description:

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_jsonschema_builder
22
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
44
homepage: https://github.com/edlose16b/flutter_jsonschema_builder
55

66
environment:

0 commit comments

Comments
 (0)