|
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 |
2 | 9 |
|
3 | 10 | * Use withData instead kIsWeb to load images
|
4 | 11 | * Add `customTypeViewerBuilder` property to allow custom file viewer widget
|
5 | 12 | * Built with Flutter 3.13
|
6 | 13 |
|
7 |
| -## [4.0.0] |
| 14 | +## 4.0.0 |
8 | 15 |
|
9 | 16 | ### BREAKING CHANGES
|
10 | 17 |
|
11 | 18 | * Update constraints to Dart 3
|
12 | 19 | * 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 |
15 | 21 |
|
16 |
| -## [4.0.0-dev.2] |
| 22 | +## 4.0.0-dev.2 |
17 | 23 |
|
18 | 24 | ### BREAKING CHANGE
|
19 | 25 |
|
20 | 26 | * Update constraints to Dart 3
|
21 | 27 |
|
22 |
| -## [4.0.0-dev.1] |
| 28 | +## 4.0.0-dev.1 |
23 | 29 |
|
24 | 30 | ### BREAKING CHANGE
|
25 | 31 |
|
26 | 32 | * Update constraints to Flutter 3.10
|
27 | 33 |
|
28 |
| -## [3.0.0] |
| 34 | +## 3.0.0 |
29 | 35 |
|
30 | 36 | ### BREAKING CHANGE
|
31 | 37 |
|
|
37 | 43 | * Remove `permission_handler` dependency
|
38 | 44 | * Able desktop platforms support
|
39 | 45 |
|
40 |
| -## [2.4.0] |
| 46 | +## 2.4.0 |
41 | 47 |
|
42 | 48 | * Add all desktops compatibilities
|
43 | 49 | * Fix issue with initialValue not taken from form initialValues
|
44 | 50 | * Improve example
|
45 | 51 | * Built with Flutter 3.7
|
46 | 52 |
|
47 |
| -## [2.3.0] |
| 53 | +## 2.3.0 |
48 | 54 |
|
49 | 55 | * Move maxFiles display into counterText #32 (Thanks @grundid)
|
50 | 56 | * Add type selector property #31 (Thanks @grundid)
|
51 | 57 | * Refactor readme
|
52 | 58 | * Apply license BSD-3-clause
|
53 | 59 |
|
54 |
| -## [2.2.0] |
| 60 | +## 2.2.0 |
55 | 61 |
|
56 | 62 | * Improvements to Web support
|
57 | 63 | * Fix issue where errorText not showing
|
58 | 64 |
|
59 |
| -## [2.1.0] |
| 65 | +## 2.1.0 |
60 | 66 |
|
61 | 67 | * Added support for web platform
|
62 | 68 |
|
63 |
| -## [2.0.0] |
| 69 | +## 2.0.0 |
64 | 70 |
|
65 | 71 | * Support for FormBuilder 7.*
|
66 | 72 |
|
67 |
| -## [2.0.0-alpha.0] |
| 73 | +## 2.0.0-alpha.0 |
68 | 74 |
|
69 | 75 | * Started integration with FormBuilder 7.*
|
70 | 76 |
|
71 |
| -## [1.2.0] |
| 77 | +## 1.2.0 |
72 | 78 |
|
73 | 79 | * Add option to define custom file viewer widget
|
74 | 80 | * Fixed decoration issue
|
75 | 81 | * Full null safety
|
76 | 82 |
|
77 |
| -## [1.2.0-nullsafety.3] |
| 83 | +## 1.2.0-nullsafety.3 |
78 | 84 |
|
79 | 85 | * Fixed null safety issue on file-viewer
|
80 | 86 |
|
81 |
| -## [1.2.0-nullsafety.2] |
| 87 | +## 1.2.0-nullsafety.2 |
82 | 88 |
|
83 | 89 | * more null-safety fixes
|
84 | 90 |
|
85 |
| -## [1.2.0-nullsafety.1] |
| 91 | +## 1.2.0-nullsafety.1 |
86 | 92 |
|
87 | 93 | * Upgraded packages - fix null-safety issues
|
88 | 94 |
|
89 |
| -## [1.2.0-nullsafety.0] |
| 95 | +## 1.2.0-nullsafety.0 |
90 | 96 |
|
91 | 97 | * Ported to null-safety
|
92 | 98 |
|
93 |
| -## [1.1.0] |
| 99 | +## 1.1.0 |
94 | 100 |
|
95 | 101 | * `flutter_form_bulder` v5 compatible
|
96 | 102 |
|
97 |
| -## [1.0.0] |
| 103 | +## 1.0.0 |
98 | 104 |
|
99 | 105 | * Added support for flutter_form_builder 4.*
|
100 | 106 |
|
101 |
| -## [0.3.0] |
| 107 | +## 0.3.0 |
102 | 108 |
|
103 | 109 | * Bump dependency `file_picker` plugin. Include additional `file_picker` options
|
104 | 110 | * Included MIT License. Closes #3
|
105 | 111 | * Fix bug caused when `maxFiles` is null. Closes #4
|
106 | 112 |
|
107 |
| -## [0.2.0] |
| 113 | +## 0.2.0 |
108 | 114 |
|
109 | 115 | * Bumped up dependency versions: `flutter_form_builder`, `file_picker` and `permission_handler`
|
110 | 116 | * Deprecated `fileExtension` attribute. `allowedExtensions` to be used.
|
111 | 117 |
|
112 |
| -## [0.1.0] |
| 118 | +## 0.1.0 |
113 | 119 |
|
114 | 120 | * Added more options: `previewImages`, `selector`, `fileType`, `fileExtension`
|
115 | 121 | * BREAKING CHANGE: Renamed `maxImages` to `maxFiles`
|
116 | 122 | * Minor UI improvements
|
117 | 123 |
|
118 |
| -## [0.0.2] |
| 124 | +## 0.0.2 |
119 | 125 |
|
120 | 126 | * Updated dependencies
|
121 | 127 | * Started working on documentation
|
122 | 128 | * Set up example project
|
123 | 129 |
|
124 |
| -## [0.0.1] - 06-Dec-2019 |
| 130 | +## 0.0.1 |
125 | 131 |
|
126 | 132 | * Initial release
|
0 commit comments