mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-04 04:47:13 +08:00
``` Package Name Current Version Updated Version Update Reason flame 1.15.0 1.16.0 manual versioning flame_audio 2.1.8 2.10.0 manual versioning flame_bloc 1.10.10 1.11.0 manual versioning flame_fire_atlas 1.4.8 1.5.0 manual versioning flame_rive 1.9.11 1.10.0 manual versioning flame_riverpod 5.2.0 5.3.0 manual versioning flame_svg 1.9.0 1.10.0 manual versioning flame_test 1.15.4 1.16.0 manual versioning flame_texturepacker 3.0.0 3.1.0 manual versioning flame_tiled 1.18.4 1.19.0 manual versioning flame_forge2d 0.16.0+5 0.17.0 updated with major changes flame_isolate 0.5.1 0.6.0 updated with major changes flame_lottie 0.3.0+8 0.4.0 updated with major changes flame_markdown 0.1.1+8 0.2.0 updated with major changes flame_network_assets 0.2.0+13 0.3.0 updated with major changes flame_noise 0.2.0 0.3.0 updated with major changes flame_oxygen 0.1.9+8 0.2.0 updated with major changes flame_spine 0.1.1+10 0.2.0 updated with major changes flame_splash_screen 0.2.0 0.3.0 updated with major changes jenny 1.2.1 1.3.0 updated with minor changes ```
23 lines
460 B
YAML
23 lines
460 B
YAML
name: flame_isolate
|
|
description: Flame wrapper for integral_isolates making multi-threading easy in Flame
|
|
version: 0.6.0
|
|
repository: https://github.com/flame-engine/flame/blob/main/packages/flame_isolate
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
flutter: ">=3.19.0"
|
|
|
|
dependencies:
|
|
flame: ^1.16.0
|
|
flutter:
|
|
sdk: flutter
|
|
integral_isolates: ^0.5.1
|
|
|
|
dev_dependencies:
|
|
flame_lint: ^1.1.2
|
|
flame_test: ^1.16.0
|
|
flutter_test:
|
|
sdk: flutter
|
|
test: any
|
|
|