File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.2.2
2
+
3
+ * Migrate to ` package:web `
4
+ * Require Dart 3.3 or above
5
+
1
6
## 3.2.1
2
7
3
8
* Fix performing checksum before decompress cached colour data.
Original file line number Diff line number Diff line change @@ -6,11 +6,9 @@ import FlutterMacOS
6
6
import Foundation
7
7
8
8
import path_provider_foundation
9
- import shared_preferences_foundation
10
9
import url_launcher_macos
11
10
12
11
func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
13
12
PathProviderPlugin . register ( with: registry. registrar ( forPlugin: " PathProviderPlugin " ) )
14
- SharedPreferencesPlugin . register ( with: registry. registrar ( forPlugin: " SharedPreferencesPlugin " ) )
15
13
UrlLauncherPlugin . register ( with: registry. registrar ( forPlugin: " UrlLauncherPlugin " ) )
16
14
}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
export 'cache_generic.dart'
2
2
if (dart.library.io) "cache_vm.dart"
3
- if (dart.library.html ) "cache_web.dart" ;
3
+ if (dart.library.js_interop ) "cache_web.dart" ;
Original file line number Diff line number Diff line change 1
1
name : github_colour
2
2
description : Receive ozh's GitHub colour to Flutter's colour implementation with caching and fallback.
3
- version : 3.2.1
3
+ version : 3.2.2
4
4
repository : https://github.com/rk0cc/github_colour_flutter
5
5
topics :
6
6
- color
@@ -17,8 +17,8 @@ screenshots:
17
17
- description : ' Python colour applied'
18
18
path : screenshots/yaTEp1i.png
19
19
environment :
20
- sdk : " >=3.0 .0 <4.0.0"
21
- flutter : " >=3.10 .0"
20
+ sdk : " >=3.3 .0 <4.0.0"
21
+ flutter : " >=3.19 .0"
22
22
dependencies :
23
23
flutter :
24
24
sdk : flutter
@@ -27,8 +27,8 @@ dependencies:
27
27
path : ^1.8.3
28
28
path_provider : ^2.1.1
29
29
lzma : ^1.0.1
30
- sembast : ^3.6 .0
31
- sembast_web : ^2.2 .0
30
+ sembast : ^3.7 .0
31
+ sembast_web : ^2.3 .0
32
32
hashlib : ^1.12.0
33
33
dev_dependencies :
34
34
flutter_lints : ^3.0.1
You can’t perform that action at this time.
0 commit comments