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

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(),
    );
  }
}
41
likes
0
pub points
90%
popularity

Publisher

verified publisherflame-engine.org

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