flame_rive 0.0.1 copy "flame_rive: ^0.0.1" to clipboard
flame_rive: ^0.0.1 copied to clipboard

outdated

Rive support for the Flame game engine. This uses the rive package and provides wrappers and components to be used inside Flame.

example/lib/main.dart

import 'package:flame/game.dart';
import 'package:flutter/widgets.dart' hide Animation;

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  final RiveGame game = RiveGame();
  runApp(game.widget);
}

class RiveGame extends BaseGame {}
36
likes
40
points
2.94k
downloads

Publisher

verified publisherflame-engine.org

Weekly Downloads

Rive support for the Flame game engine. This uses the rive package and provides wrappers and components to be used inside Flame.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flame, flutter, rive

More

Packages that depend on flame_rive