rx_store_ds 0.0.5 copy "rx_store_ds: ^0.0.5" to clipboard
rx_store_ds: ^0.0.5 copied to clipboard

An awesome Flutter package to manage state of program declaratively and functionally with rx support.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'home.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Material App',
      home: Scaffold(
        appBar: AppBar(
          title: Text('Dev Delight'),
        ),
        body: Home(),
      ),
    );
  }
}
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

An awesome Flutter package to manage state of program declaratively and functionally with rx support.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

rx_command, store_ds

More

Packages that depend on rx_store_ds