union_state 0.0.3 union_state: ^0.0.3 copied to clipboard
Universal model to represent basic UI states.
import 'package:example/app.dart';
import 'package:flutter/widgets.dart';
void main() {
runApp(const App());
}