bloc_use_case_generator 1.2.0 copy "bloc_use_case_generator: ^1.2.0" to clipboard
bloc_use_case_generator: ^1.2.0 copied to clipboard

Generates event and states for flutter_bloc

example/lib/main.dart

import 'package:flutter/material.dart';

void main() => runApp(const MyApp());

class MyApp extends StatelessWidget {
  const MyApp();

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Material App',
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Material App Bar'),
        ),
        body: const Center(
          child: Text('Hello World'),
        ),
      ),
    );
  }
}
1
likes
120
points
61
downloads

Publisher

unverified uploader

Weekly Downloads

Generates event and states for flutter_bloc

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, source_gen

More

Packages that depend on bloc_use_case_generator