Skip to content

Commit 8bd2125

Browse files
committed
Release v0.0.2
1 parent 007a855 commit 8bd2125

File tree

8 files changed

+189
-112
lines changed

8 files changed

+189
-112
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
## [0.0.1] - TODO: Add release date.
1+
## [0.0.2] - 25-Mar-2020.
2+
* Updated dependencies
3+
* Started working on documentation
4+
* Set up example project
25

3-
* TODO: Describe initial release.
6+
## [0.0.1] - 06-Dec-2019.
7+
* Initial release

example/.flutter-plugins-dependencies

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"_info":"// This is a generated file; do not edit or check into version control.","dependencyGraph":[{"name":"file_picker","dependencies":["flutter_plugin_android_lifecycle"]},{"name":"flutter_keyboard_visibility","dependencies":[]},{"name":"flutter_plugin_android_lifecycle","dependencies":[]},{"name":"multi_image_picker","dependencies":[]},{"name":"permission_handler","dependencies":[]}]}

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
defaultConfig {
4040
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4141
applicationId "dev.formbuilderfilepicker.example"
42-
minSdkVersion 16
42+
minSdkVersion 19
4343
targetSdkVersion 28
4444
versionCode flutterVersionCode.toInteger()
4545
versionName flutterVersionName

example/ios/Flutter/Flutter.podspec

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#
2+
# NOTE: This podspec is NOT to be published. It is only used as a local source!
3+
#
4+
5+
Pod::Spec.new do |s|
6+
s.name = 'Flutter'
7+
s.version = '1.0.0'
8+
s.summary = 'High-performance, high-fidelity mobile apps.'
9+
s.description = <<-DESC
10+
Flutter provides an easy and productive way to build and deploy high-performance mobile apps for Android and iOS.
11+
DESC
12+
s.homepage = 'https://flutter.io'
13+
s.license = { :type => 'MIT' }
14+
s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' }
15+
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
16+
s.ios.deployment_target = '8.0'
17+
s.vendored_frameworks = 'Flutter.framework'
18+
end

example/ios/Podfile.lock

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,19 @@ PODS:
99
- Flutter (1.0.0)
1010
- flutter_keyboard_visibility (0.7.0):
1111
- Flutter
12-
- multi_image_picker (4.5.9):
12+
- flutter_plugin_android_lifecycle (0.0.1):
13+
- Flutter
14+
- multi_image_picker (4.6.4):
1315
- BSImagePicker (~> 2.10.3)
1416
- Flutter
15-
- permission_handler (4.0.0):
17+
- "permission_handler (4.4.0+hotfix.2)":
1618
- Flutter
1719

1820
DEPENDENCIES:
1921
- file_picker (from `.symlinks/plugins/file_picker/ios`)
2022
- Flutter (from `.symlinks/flutter/ios`)
2123
- flutter_keyboard_visibility (from `.symlinks/plugins/flutter_keyboard_visibility/ios`)
24+
- flutter_plugin_android_lifecycle (from `.symlinks/plugins/flutter_plugin_android_lifecycle/ios`)
2225
- multi_image_picker (from `.symlinks/plugins/multi_image_picker/ios`)
2326
- permission_handler (from `.symlinks/plugins/permission_handler/ios`)
2427

@@ -35,6 +38,8 @@ EXTERNAL SOURCES:
3538
:path: ".symlinks/flutter/ios"
3639
flutter_keyboard_visibility:
3740
:path: ".symlinks/plugins/flutter_keyboard_visibility/ios"
41+
flutter_plugin_android_lifecycle:
42+
:path: ".symlinks/plugins/flutter_plugin_android_lifecycle/ios"
3843
multi_image_picker:
3944
:path: ".symlinks/plugins/multi_image_picker/ios"
4045
permission_handler:
@@ -47,9 +52,10 @@ SPEC CHECKSUMS:
4752
file_picker: 408623be2125b79a4539cf703be3d4b3abe5e245
4853
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
4954
flutter_keyboard_visibility: 6195387fb6d8f46e5cd6dda4a4154e41f800f545
50-
multi_image_picker: 68d86c3e3616a64096cb5ef46de9a8195930a3e4
51-
permission_handler: 0fb88b8a3c23e31e5de45b8f1bb8b7de28cf8941
55+
flutter_plugin_android_lifecycle: 47de533a02850f070f5696a623995e93eddcdb9b
56+
multi_image_picker: 1651732277b2db3b09e83f3be8eb7ea65cf2a933
57+
permission_handler: d5d46b2ca93671e8dcf870b949e304c7ddb65ad0
5258

5359
PODFILE CHECKSUM: 2c26e2bafa90f053205a9e99ab1fdce88251e293
5460

55-
COCOAPODS: 1.8.4
61+
COCOAPODS: 1.9.1

example/pubspec.lock

Lines changed: 98 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4+
archive:
5+
dependency: transitive
6+
description:
7+
name: archive
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "2.0.11"
11+
args:
12+
dependency: transitive
13+
description:
14+
name: args
15+
url: "https://pub.dartlang.org"
16+
source: hosted
17+
version: "1.5.2"
418
async:
519
dependency: transitive
620
description:
721
name: async
822
url: "https://pub.dartlang.org"
923
source: hosted
10-
version: "2.3.0"
24+
version: "2.4.0"
1125
boolean_selector:
1226
dependency: transitive
1327
description:
@@ -29,6 +43,20 @@ packages:
2943
url: "https://pub.dartlang.org"
3044
source: hosted
3145
version: "1.14.11"
46+
convert:
47+
dependency: transitive
48+
description:
49+
name: convert
50+
url: "https://pub.dartlang.org"
51+
source: hosted
52+
version: "2.1.1"
53+
crypto:
54+
dependency: transitive
55+
description:
56+
name: crypto
57+
url: "https://pub.dartlang.org"
58+
source: hosted
59+
version: "2.1.3"
3260
date_range_picker:
3361
dependency: transitive
3462
description:
@@ -42,14 +70,14 @@ packages:
4270
name: datetime_picker_formfield
4371
url: "https://pub.dartlang.org"
4472
source: hosted
45-
version: "0.4.3"
73+
version: "1.0.0"
4674
file_picker:
4775
dependency: transitive
4876
description:
4977
name: file_picker
5078
url: "https://pub.dartlang.org"
5179
source: hosted
52-
version: "1.4.3+1"
80+
version: "1.5.0+2"
5381
flutter:
5482
dependency: "direct main"
5583
description: flutter
@@ -61,68 +89,96 @@ packages:
6189
name: flutter_chips_input
6290
url: "https://pub.dartlang.org"
6391
source: hosted
64-
version: "1.6.1"
92+
version: "1.7.0"
93+
flutter_colorpicker:
94+
dependency: transitive
95+
description:
96+
name: flutter_colorpicker
97+
url: "https://pub.dartlang.org"
98+
source: hosted
99+
version: "0.3.2"
65100
flutter_form_builder:
66101
dependency: "direct main"
67102
description:
68103
name: flutter_form_builder
69104
url: "https://pub.dartlang.org"
70105
source: hosted
71-
version: "3.7.1"
106+
version: "3.8.1"
72107
flutter_keyboard_visibility:
73108
dependency: transitive
74109
description:
75110
name: flutter_keyboard_visibility
76111
url: "https://pub.dartlang.org"
77112
source: hosted
78113
version: "0.7.0"
114+
flutter_plugin_android_lifecycle:
115+
dependency: transitive
116+
description:
117+
name: flutter_plugin_android_lifecycle
118+
url: "https://pub.dartlang.org"
119+
source: hosted
120+
version: "1.0.6"
79121
flutter_test:
80122
dependency: "direct dev"
81123
description: flutter
82124
source: sdk
83125
version: "0.0.0"
126+
flutter_touch_spin:
127+
dependency: transitive
128+
description:
129+
name: flutter_touch_spin
130+
url: "https://pub.dartlang.org"
131+
source: hosted
132+
version: "1.0.1"
84133
flutter_typeahead:
85134
dependency: transitive
86135
description:
87136
name: flutter_typeahead
88137
url: "https://pub.dartlang.org"
89138
source: hosted
90-
version: "1.7.0"
139+
version: "1.8.0"
91140
form_builder_file_picker:
92141
dependency: "direct main"
93142
description:
94143
path: ".."
95144
relative: true
96145
source: path
97146
version: "0.0.1"
147+
image:
148+
dependency: transitive
149+
description:
150+
name: image
151+
url: "https://pub.dartlang.org"
152+
source: hosted
153+
version: "2.1.4"
98154
intl:
99155
dependency: transitive
100156
description:
101157
name: intl
102158
url: "https://pub.dartlang.org"
103159
source: hosted
104-
version: "0.15.8"
160+
version: "0.16.1"
105161
matcher:
106162
dependency: transitive
107163
description:
108164
name: matcher
109165
url: "https://pub.dartlang.org"
110166
source: hosted
111-
version: "0.12.5"
167+
version: "0.12.6"
112168
meta:
113169
dependency: transitive
114170
description:
115171
name: meta
116172
url: "https://pub.dartlang.org"
117173
source: hosted
118-
version: "1.1.7"
174+
version: "1.1.8"
119175
multi_image_picker:
120176
dependency: transitive
121177
description:
122178
name: multi_image_picker
123179
url: "https://pub.dartlang.org"
124180
source: hosted
125-
version: "4.5.9"
181+
version: "4.6.4"
126182
path:
127183
dependency: transitive
128184
description:
@@ -143,7 +199,28 @@ packages:
143199
name: permission_handler
144200
url: "https://pub.dartlang.org"
145201
source: hosted
146-
version: "4.0.0"
202+
version: "4.4.0+hotfix.2"
203+
permission_handler_platform_interface:
204+
dependency: transitive
205+
description:
206+
name: permission_handler_platform_interface
207+
url: "https://pub.dartlang.org"
208+
source: hosted
209+
version: "1.0.0"
210+
petitparser:
211+
dependency: transitive
212+
description:
213+
name: petitparser
214+
url: "https://pub.dartlang.org"
215+
source: hosted
216+
version: "2.4.0"
217+
plugin_platform_interface:
218+
dependency: transitive
219+
description:
220+
name: plugin_platform_interface
221+
url: "https://pub.dartlang.org"
222+
source: hosted
223+
version: "1.0.2"
147224
quiver:
148225
dependency: transitive
149226
description:
@@ -204,7 +281,7 @@ packages:
204281
name: test_api
205282
url: "https://pub.dartlang.org"
206283
source: hosted
207-
version: "0.2.5"
284+
version: "0.2.11"
208285
typed_data:
209286
dependency: transitive
210287
description:
@@ -226,6 +303,13 @@ packages:
226303
url: "https://pub.dartlang.org"
227304
source: hosted
228305
version: "2.0.8"
306+
xml:
307+
dependency: transitive
308+
description:
309+
name: xml
310+
url: "https://pub.dartlang.org"
311+
source: hosted
312+
version: "3.5.0"
229313
sdks:
230-
dart: ">=2.2.2 <3.0.0"
231-
flutter: ">=1.7.8 <2.0.0"
314+
dart: ">=2.6.0 <3.0.0"
315+
flutter: ">=1.12.13 <2.0.0"

0 commit comments

Comments
 (0)