Skip to content

Commit 1953eb4

Browse files
HayesGordonHayesGordon
andcommitted
chore(flutter)!: update the minimum Flutter version to 3.28.0 (#11509) ca8bf93429
Nnnnn add scripted inputs (#11494) a8418441ca * chore: add support for inputs in scripted istener and conditions feature: add scripted transition condition protocol (#11479) 853b2a08b5 * feature: add scripted transition condition protocol chore: process listeners in specified order (#11487) 3253c0beae * chore: process listeners in specified order * resolve sorting on export Add microprofile support (#11403) c83919a247 * Initial commit * Update macros * Add GPU Markers * Fix builds without microprofile * minor updates * clang format * Update profiler.cpp * clang format * Name Main Thread * Update profiler_macros.h * Fix end flip * Update fiddle_context_gl.cpp * clang format * Update rive_build_config.lua * Update rive_build_config.lua * forked microprofile so I can use a tag * Update render_context_d3d_impl.cpp * clang Co-authored-by: Gordon <pggordonhayes@gmail.com>
1 parent fbfd485 commit 1953eb4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d020d4554c576557edfc6cb87a0634efb6f8913e
1+
ca8bf93429e9b93226a00ffe884c989322819b8e

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Upcoming
22

3+
- Updated the minimum Flutter version to `3.28.0`. The Android platform code requires the new `onSurfaceCleanup` and `onSurfaceAvailable` methods, see [SurfaceProducer](https://api.flutter.dev/javadoc/io/flutter/view/TextureRegistry.SurfaceProducer.Callback.html).
34
- Add `enumType` string getter to `ViewModelInstanceEnum` which returns the name of the enum (not the property name).
45
- Add `valueStream<T>` to data binding properties that are observable (implementations of `ViewModelInstanceObservableValue`), which returns a `Stream<T>`. For example:
56

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ topics:
1212

1313
environment:
1414
sdk: ">=3.6.0 <4.0.0"
15-
flutter: ">=3.27.0"
15+
flutter: ">=3.28.0"
1616

1717
dependencies:
1818
flutter:

0 commit comments

Comments
 (0)