mirror of
https://github.com/rive-app/rive-flutter
synced 2025-06-22 01:55:59 +00:00
Uses it in the artboard title but also updates the flutter runtime massively to support FFI & WASM C++ Rive Text. PRing to let the tests run. Diffs= 3be5ff0d8 Text (#4372) 90245a5e1 Fix the Android debug build 0a0f3c267 Fix for missing animation in a blend state. (#4415) 440512dca Add simd::if_then_else (#4403) ec9fb5bfc Revert "Update SIMD booleans to use bitwise logic operators" 701d8dee2 Update SIMD booleans to use bitwise logic operators e98b93a61 Add SIMD fallbacks for missing builtins 466f68e3a Add some more core math and SIMD functions
43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
# This file tracks properties of this Flutter project.
|
|
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
|
#
|
|
# This file should be version controlled.
|
|
|
|
version:
|
|
revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
|
|
channel: unknown
|
|
|
|
project_type: plugin
|
|
|
|
# Tracks metadata for the flutter migrate command
|
|
migration:
|
|
platforms:
|
|
- platform: root
|
|
create_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
|
|
base_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
|
|
- platform: android
|
|
create_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
|
|
base_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
|
|
- platform: ios
|
|
create_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
|
|
base_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
|
|
- platform: macos
|
|
create_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
|
|
base_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
|
|
- platform: web
|
|
create_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
|
|
base_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
|
|
- platform: windows
|
|
create_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
|
|
base_revision: ee4e09cce01d6f2d7f4baebd247fde02e5008851
|
|
|
|
# User provided section
|
|
|
|
# List of Local paths (relative to this file) that should be
|
|
# ignored by the migrate tool.
|
|
#
|
|
# Files that are not part of the templates will be ignored by default.
|
|
unmanaged_files:
|
|
- 'lib/main.dart'
|
|
- 'ios/Runner.xcodeproj/project.pbxproj'
|