Skip to content

Commit 9117a2b

Browse files
chore(release): 4.2.0
1 parent d8d192a commit 9117a2b

File tree

2 files changed

+32
-26
lines changed

2 files changed

+32
-26
lines changed

CHANGELOG.md

+31-25
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,37 @@
1-
## [4.1.0]
1+
## 4.2.0
2+
3+
* Upgrade file_picker to 8.x.x
4+
* Update android and web settings on example
5+
* Set minimal Flutter version to 3.22.0
6+
* Set minimal Dart version to 3.4.0
7+
8+
## 4.1.0
29

310
* Use withData instead kIsWeb to load images
411
* Add `customTypeViewerBuilder` property to allow custom file viewer widget
512
* Built with Flutter 3.13
613

7-
## [4.0.0]
14+
## 4.0.0
815

916
### BREAKING CHANGES
1017

1118
* Update constraints to Dart 3
1219
* Update constraints to Flutter 3.10
13-
* Update `flutter_form_builder` to 9.x.x. Take a look breaking changes on [there changelog](https://pub.dev/packages/flutter_form_builder/changelog#900)
14-
20+
* Update `flutter_form_builder` to 9.x.x. Take a look breaking changes on there changelog
1521

16-
## [4.0.0-dev.2]
22+
## 4.0.0-dev.2
1723

1824
### BREAKING CHANGE
1925

2026
* Update constraints to Dart 3
2127

22-
## [4.0.0-dev.1]
28+
## 4.0.0-dev.1
2329

2430
### BREAKING CHANGE
2531

2632
* Update constraints to Flutter 3.10
2733

28-
## [3.0.0]
34+
## 3.0.0
2935

3036
### BREAKING CHANGE
3137

@@ -37,90 +43,90 @@
3743
* Remove `permission_handler` dependency
3844
* Able desktop platforms support
3945

40-
## [2.4.0]
46+
## 2.4.0
4147

4248
* Add all desktops compatibilities
4349
* Fix issue with initialValue not taken from form initialValues
4450
* Improve example
4551
* Built with Flutter 3.7
4652

47-
## [2.3.0]
53+
## 2.3.0
4854

4955
* Move maxFiles display into counterText #32 (Thanks @grundid)
5056
* Add type selector property #31 (Thanks @grundid)
5157
* Refactor readme
5258
* Apply license BSD-3-clause
5359

54-
## [2.2.0]
60+
## 2.2.0
5561

5662
* Improvements to Web support
5763
* Fix issue where errorText not showing
5864

59-
## [2.1.0]
65+
## 2.1.0
6066

6167
* Added support for web platform
6268

63-
## [2.0.0]
69+
## 2.0.0
6470

6571
* Support for FormBuilder 7.*
6672

67-
## [2.0.0-alpha.0]
73+
## 2.0.0-alpha.0
6874

6975
* Started integration with FormBuilder 7.*
7076

71-
## [1.2.0]
77+
## 1.2.0
7278

7379
* Add option to define custom file viewer widget
7480
* Fixed decoration issue
7581
* Full null safety
7682

77-
## [1.2.0-nullsafety.3]
83+
## 1.2.0-nullsafety.3
7884

7985
* Fixed null safety issue on file-viewer
8086

81-
## [1.2.0-nullsafety.2]
87+
## 1.2.0-nullsafety.2
8288

8389
* more null-safety fixes
8490

85-
## [1.2.0-nullsafety.1]
91+
## 1.2.0-nullsafety.1
8692

8793
* Upgraded packages - fix null-safety issues
8894

89-
## [1.2.0-nullsafety.0]
95+
## 1.2.0-nullsafety.0
9096

9197
* Ported to null-safety
9298

93-
## [1.1.0]
99+
## 1.1.0
94100

95101
* `flutter_form_bulder` v5 compatible
96102

97-
## [1.0.0]
103+
## 1.0.0
98104

99105
* Added support for flutter_form_builder 4.*
100106

101-
## [0.3.0]
107+
## 0.3.0
102108

103109
* Bump dependency `file_picker` plugin. Include additional `file_picker` options
104110
* Included MIT License. Closes #3
105111
* Fix bug caused when `maxFiles` is null. Closes #4
106112

107-
## [0.2.0]
113+
## 0.2.0
108114

109115
* Bumped up dependency versions: `flutter_form_builder`, `file_picker` and `permission_handler`
110116
* Deprecated `fileExtension` attribute. `allowedExtensions` to be used.
111117

112-
## [0.1.0]
118+
## 0.1.0
113119

114120
* Added more options: `previewImages`, `selector`, `fileType`, `fileExtension`
115121
* BREAKING CHANGE: Renamed `maxImages` to `maxFiles`
116122
* Minor UI improvements
117123

118-
## [0.0.2]
124+
## 0.0.2
119125

120126
* Updated dependencies
121127
* Started working on documentation
122128
* Set up example project
123129

124-
## [0.0.1] - 06-Dec-2019
130+
## 0.0.1
125131

126132
* Initial release

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: form_builder_file_picker
22
description: FilePicker Field for flutter_form_builder package. Used to select files as part of form input.
3-
version: 4.1.0
3+
version: 4.2.0
44
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_file_picker/issues
66
homepage: https://github.com/flutter-form-builder-ecosystem

0 commit comments

Comments
 (0)