bloc_ease 1.0.2
bloc_ease: ^1.0.2 copied to clipboard
A dart library to solve boilerplate issues with flutter_bloc by just using typedefs instead of defining state classes.
example/lib/main.dart
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}