bloc_with 1.0.0
bloc_with: ^1.0.0 copied to clipboard
A library that adds some commonly used features to your project
A library that adds some commonly used features to your project
Getting started #
To install, add it to your pubspec.yaml
file:
dependencies:
bloc_with:
copied to clipboard
To import it:
import 'package:bloc_with/bloc_with.dart';
copied to clipboard
Usage #
Use as a mixin to help you write cleaner code