state_set 1.0.0+4 state_set: ^1.0.0+4 copied to clipboard
Collects State Objects by type into a Map object for realiable access across the app.
import 'package:flutter/material.dart';
import 'package:example/src/my_app.dart';
void main() => runApp(const MyApp());