flutty_state 0.1.1
flutty_state: ^0.1.1 copied to clipboard
Lightweight and reactive state management solution for Flutter.
import 'package:flutter/material.dart';
import 'flutty_state_example_app.dart';
void main() {
runApp(const FluttyStateExample());
}