Skip to content

Commit

Permalink
Feat: flutter version 3.16.5-0.2.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksimka101 committed Dec 28, 2023
1 parent 505b75e commit 261b34b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
},
"dart.lineLength": 80,
"markdown.extension.toc.levels": "2..4",
"dart.flutterSdkPath": "/Users/max/fvm/versions/3.13.0"
"dart.flutterSdkPath": "~/fvm/versions/3.18.0-0.2.pre"
}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.5.7-0.1.pre
- Update flutter version to the `3.16.5-0.2.pre` and fix build error.

## 0.5.6
- Fix the `Combine.spawn` method on web.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mixin _AbsentSchedulerBinding on BindingBase implements SchedulerBinding {
void addPersistentFrameCallback(callback) {}

@override
void addPostFrameCallback(callback) {}
void addPostFrameCallback(callback, {String debugLabel = ''}) {}

@override
void addTimingsCallback(
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: combine
description: A Flutter package which allows you to work with
MethodChannels in Isolate and provides simplified Isolate and Thread Pool API.
version: 0.5.6
version: 0.5.7-0.1.pre
homepage: https://github.com/Maksimka101/combine
repository: https://github.com/Maksimka101/combine

environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.7.0"
flutter: ">=3.16.5-0.2.pre"

dependencies:
flutter:
Expand Down

0 comments on commit 261b34b

Please sign in to comment.