flame_bloc 1.11.1 copy "flame_bloc: ^1.11.1" to clipboard
flame_bloc: ^1.11.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
140
pub points
90%
popularity

Publisher

verified publisherflame-engine.org

Integration for the Bloc state management library to Flame games.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

Funding

Consider supporting this project:

opencollective.com
github.com
patreon.com

License

MIT (LICENSE)

Dependencies

bloc, flame, flutter, flutter_bloc, meta

More

Packages that depend on flame_bloc