blocify 0.1.0 copy "blocify: ^0.1.0" to clipboard
blocify: ^0.1.0 copied to clipboard

discontinued

A library that makes using the BLoC (Business Logic Component) design pattern easier.

example/lib/main.dart

import 'package:example/presentation/home_screen.dart';
import 'package:flutter/material.dart';

void main() => runApp(App());

class App extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: HomeScreen(),
    );
  }
}
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A library that makes using the BLoC (Business Logic Component) design pattern easier.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

bloc

More

Packages that depend on blocify