Skip to content

Commit c3b3aa7

Browse files
Merge pull request #33 from flutter-form-builder-ecosystem/release/3.1.0
chore(release): 3.1.0
2 parents 8646ac3 + 55f1a5b commit c3b3aa7

File tree

5 files changed

+434
-2
lines changed

5 files changed

+434
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ build/
3333
# For library packages, don’t commit the pubspec.lock file.
3434
# Regenerating the pubspec.lock file lets you test your package against the latest compatible versions of its dependencies.
3535
# See https://dart.dev/guides/libraries/private-files#pubspeclock
36-
pubspec.lock
36+
# pubspec.lock
3737

3838
# Android related
3939
**/android/**/gradle-wrapper.jar

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [3.1.0] - 28-Jul-2022
2+
3+
* Apply license BSD-3-clause
4+
* Refactor readme
5+
16
## [3.0.0] - 13-Jul-2021
27

38
* Support flutter 3

example/pubspec.lock

+217
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,217 @@
1+
# Generated by pub
2+
# See https://dart.dev/tools/pub/glossary#lockfile
3+
packages:
4+
async:
5+
dependency: transitive
6+
description:
7+
name: async
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "2.9.0"
11+
characters:
12+
dependency: transitive
13+
description:
14+
name: characters
15+
url: "https://pub.dartlang.org"
16+
source: hosted
17+
version: "1.2.0"
18+
clock:
19+
dependency: transitive
20+
description:
21+
name: clock
22+
url: "https://pub.dartlang.org"
23+
source: hosted
24+
version: "1.1.1"
25+
collection:
26+
dependency: transitive
27+
description:
28+
name: collection
29+
url: "https://pub.dartlang.org"
30+
source: hosted
31+
version: "1.16.0"
32+
cross_file:
33+
dependency: transitive
34+
description:
35+
name: cross_file
36+
url: "https://pub.dartlang.org"
37+
source: hosted
38+
version: "0.3.3+1"
39+
flutter:
40+
dependency: "direct main"
41+
description: flutter
42+
source: sdk
43+
version: "0.0.0"
44+
flutter_form_builder:
45+
dependency: "direct main"
46+
description:
47+
name: flutter_form_builder
48+
url: "https://pub.dartlang.org"
49+
source: hosted
50+
version: "7.4.0"
51+
flutter_lints:
52+
dependency: "direct dev"
53+
description:
54+
name: flutter_lints
55+
url: "https://pub.dartlang.org"
56+
source: hosted
57+
version: "2.0.1"
58+
flutter_plugin_android_lifecycle:
59+
dependency: transitive
60+
description:
61+
name: flutter_plugin_android_lifecycle
62+
url: "https://pub.dartlang.org"
63+
source: hosted
64+
version: "2.0.7"
65+
flutter_web_plugins:
66+
dependency: transitive
67+
description: flutter
68+
source: sdk
69+
version: "0.0.0"
70+
form_builder_image_picker:
71+
dependency: "direct main"
72+
description:
73+
path: ".."
74+
relative: true
75+
source: path
76+
version: "3.1.0"
77+
http:
78+
dependency: transitive
79+
description:
80+
name: http
81+
url: "https://pub.dartlang.org"
82+
source: hosted
83+
version: "0.13.4"
84+
http_parser:
85+
dependency: transitive
86+
description:
87+
name: http_parser
88+
url: "https://pub.dartlang.org"
89+
source: hosted
90+
version: "4.0.1"
91+
image_picker:
92+
dependency: transitive
93+
description:
94+
name: image_picker
95+
url: "https://pub.dartlang.org"
96+
source: hosted
97+
version: "0.8.5+3"
98+
image_picker_android:
99+
dependency: transitive
100+
description:
101+
name: image_picker_android
102+
url: "https://pub.dartlang.org"
103+
source: hosted
104+
version: "0.8.5+1"
105+
image_picker_for_web:
106+
dependency: transitive
107+
description:
108+
name: image_picker_for_web
109+
url: "https://pub.dartlang.org"
110+
source: hosted
111+
version: "2.1.8"
112+
image_picker_ios:
113+
dependency: transitive
114+
description:
115+
name: image_picker_ios
116+
url: "https://pub.dartlang.org"
117+
source: hosted
118+
version: "0.8.5+6"
119+
image_picker_platform_interface:
120+
dependency: transitive
121+
description:
122+
name: image_picker_platform_interface
123+
url: "https://pub.dartlang.org"
124+
source: hosted
125+
version: "2.5.0"
126+
intl:
127+
dependency: transitive
128+
description:
129+
name: intl
130+
url: "https://pub.dartlang.org"
131+
source: hosted
132+
version: "0.17.0"
133+
js:
134+
dependency: transitive
135+
description:
136+
name: js
137+
url: "https://pub.dartlang.org"
138+
source: hosted
139+
version: "0.6.4"
140+
lints:
141+
dependency: transitive
142+
description:
143+
name: lints
144+
url: "https://pub.dartlang.org"
145+
source: hosted
146+
version: "2.0.0"
147+
material_color_utilities:
148+
dependency: transitive
149+
description:
150+
name: material_color_utilities
151+
url: "https://pub.dartlang.org"
152+
source: hosted
153+
version: "0.1.4"
154+
meta:
155+
dependency: transitive
156+
description:
157+
name: meta
158+
url: "https://pub.dartlang.org"
159+
source: hosted
160+
version: "1.7.0"
161+
path:
162+
dependency: transitive
163+
description:
164+
name: path
165+
url: "https://pub.dartlang.org"
166+
source: hosted
167+
version: "1.8.2"
168+
plugin_platform_interface:
169+
dependency: transitive
170+
description:
171+
name: plugin_platform_interface
172+
url: "https://pub.dartlang.org"
173+
source: hosted
174+
version: "2.1.2"
175+
sky_engine:
176+
dependency: transitive
177+
description: flutter
178+
source: sdk
179+
version: "0.0.99"
180+
source_span:
181+
dependency: transitive
182+
description:
183+
name: source_span
184+
url: "https://pub.dartlang.org"
185+
source: hosted
186+
version: "1.9.0"
187+
string_scanner:
188+
dependency: transitive
189+
description:
190+
name: string_scanner
191+
url: "https://pub.dartlang.org"
192+
source: hosted
193+
version: "1.1.1"
194+
term_glyph:
195+
dependency: transitive
196+
description:
197+
name: term_glyph
198+
url: "https://pub.dartlang.org"
199+
source: hosted
200+
version: "1.2.1"
201+
typed_data:
202+
dependency: transitive
203+
description:
204+
name: typed_data
205+
url: "https://pub.dartlang.org"
206+
source: hosted
207+
version: "1.3.1"
208+
vector_math:
209+
dependency: transitive
210+
description:
211+
name: vector_math
212+
url: "https://pub.dartlang.org"
213+
source: hosted
214+
version: "2.1.2"
215+
sdks:
216+
dart: ">=2.17.0-206.0.dev <3.0.0"
217+
flutter: ">=3.0.0"

0 commit comments

Comments
 (0)