upstate 0.6.6 copy "upstate: ^0.6.6" to clipboard
upstate: ^0.6.6 copied to clipboard

A simple yet powerful state management library for Flutter that provides a continuous workflow from prototyping to production

example/lib/main.dart

import 'package:flutter/material.dart';
import 'custom_state_object_example.dart';
import 'package:upstate/upstate.dart';

void main() {
 runApp(StateWidget(
    state: StateObject({'counter': 0}), 
    child: MyApp()));
}
2
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A simple yet powerful state management library for Flutter that provides a continuous workflow from prototyping to production

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on upstate