flame_bloc 1.8.0 copy "flame_bloc: ^1.8.0" to clipboard
flame_bloc: ^1.8.0 copied to clipboard

outdated

Integration for the Bloc state management library to Flame games.

example/lib/main.dart

import 'package:flame_bloc_example/src/game.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: GamePage(),
    );
  }
}
53
likes
0
points
2.78k
downloads

Publisher

verified publisherflame-engine.org

Weekly Downloads

Integration for the Bloc state management library to Flame games.

Homepage
Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

patreon.com
www.buymeacoffee.com

License

unknown (license)

Dependencies

bloc, flame, flutter, flutter_bloc, meta

More

Packages that depend on flame_bloc