-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG.md
211 lines (124 loc) · 3.58 KB
/
CHANGELOG.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
## 6.6.0
* Migrate to 3.29.0
* Compatible with Android 35
## 6.4.0
* Add multiple themes for Android ,`BaseAppTheme` and `BaseNormalTheme`
## 6.3.1
* Update gradle version
## 6.2.0
* Added `ImageGalleryTools` for saving images to albums, supporting Android and iOS
## 6.1.0
* The call mode of `Curiosity()` is changed to `Curiosity.`
## 6.0.0
* Remove the DesktopTools
## 5.0.5
* `PackageInfoPlus` is changed to `PackageSelfInfo`
## 5.0.3
* Add `namespace` in Android
## 5.0.2
* Remove duplicate methods
## 4.5.0
* Remove `CuriosityEvent`
* Added [fl_channel](https://pub.dev/packages/fl_channel) plug-in
## 4.3.1
* dart sdk: '>=2.18.0 <4.0.0'
## 4.3.0
* Migrate MacOSWebView to [fl_webview](https://pub.dev/packages/fl_webview)
## 4.2.1
* Compatible with Flutter 3.7.0
## 4.0.1+1
* Compatible with flutter 3.0.0
## 3.5.1
* Add `generateDeviceId`、`deviceId` to The Android device for `DeviceInfoModel`
* Add Open webView for MacOS
## 3.3.3
* Fix bugs on MacOS
* Add the lowest version on ios and MacOS
## 3.3.2
* Add style `LaunchThemeFullscreenWhiteIcon`,`LaunchThemeFullscreenWhite`,
`LaunchThemeFullscreenBlackIcon`,`LaunchThemeFullscreenBlack`,
`LaunchThemeFullscreenIcon`,`LaunchThemeFullscreen`,`NormalTheme` for Android any picture
* Optimization method
## 3.3.0
* Remove instance , direct initialization
## 3.2.1
* Fix bugs for Android
* Update gradle version
* Update kotlin version
## 3.2.0
* Refactoring code in Native And dart
* Fix installApp bug in Android
* Fix desktop bug in MacOS
## 3.1.1
* Fix bug for DesktopSize
* Add `openFilePicker` and `saveFilePicker` methods for MacOS
* Add `openSystemSetting` for MacOS
## 3.0.1
* Add doc
* Add `getAppPath()`、`getDeviceInfo()` 、`getAppInfo()` support Android/IOS/macOS
* Delete `ScannerView()` , Split to `fl_mlkit_scanning`(https://github.com/Wayaer/fl_mlkit_scanning)
* Remove `scanImageUrl()`、`scanImageMemory()`、
* Modifying swift by OC on IOS and MacOS platforms
* Add native message channel support Android and IOS .`CuriosityEvent`
* Remove `openSystemShare()`
## 2.2.1
* Add example
* Remove permissions in android/AndroidManifest.xml , you need to add them manually
## 2.2.0
* Add onResultListener to support onActivityResult and onRequestPermissionsResult on Android
## 2.1.2
* Fix bug for `systemCallPhone` in IOS
## 2.1.1
* Add systemCallPhone
* Remove goToMarker, add openAndroidMarket for Android
* Fix bugs for isInstallApp
## 2.0.9
* Fix bugs for desktop
## 2.0.6
* Fix bugs for Android `installApp`
* Add `InstallResult` enum
## 2.0.3
* Add void `keyboardListener`
## 2.0.2
* Add doc
## 2.0.1
* Add example
## 2.0.0
* Supported null-safety
## 1.6.0
* Optimize native Android & IOS
## 1.5.0
* Modify styles.dart
* the modification conflicts with the method of the camera component
## 1.3.6
* Remove TZImagePickerController and picture_library
* Remove openImagePicker
* Modify styles.dart
* the modification conflicts with the method of the camera component
## 1.3.3
* Code for Android to add jump settings
* Add get device information
* Example added
## 1.3.2
* Remove unzip
* Format code
## 1.2.4
* Fix scanner bug
* Add lint
## 1.2.2
* Fix bugs
## 1.2.1
* Refactoring all class and file names
* Optimization part code
* Add MacOS platform support
## 1.1.4
* After repairing the dispose component of scanner, the controller still holds the
* Fix the error of scanner component switching background and foreground
## 1.1.3
* Optimization class
## 1.1.0
* Scanner to replace texture components
* Optimize scan speed and accuracy
* Update picture selector version
## 0.0.1
* Create lib