flutter_state 1.0.0-beta copy "flutter_state: ^1.0.0-beta" to clipboard
flutter_state: ^1.0.0-beta copied to clipboard

🦋 A lightweight framework for stateless UI in Flutter, and an alternative to Redux.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'app_state.dart';
import 'example_app.dart';

void main() {
  runApp(ExampleApp(
    initialValue: new AppState(
      title: 'Hello, immutables!',
      checked: false,
      dates: [],
    ),
  ));
}
0
likes
20
pub points
21%
popularity

Publisher

unverified uploader

🦋 A lightweight framework for stateless UI in Flutter, and an alternative to Redux.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on flutter_state