dva_flutter 0.0.2 copy "dva_flutter: ^0.0.2" to clipboard
dva_flutter: ^0.0.2 copied to clipboard

outdated

A state manager combining the ideas from dva.js and rxdart, bloc, with the dependency of dva_dart.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter/cupertino.dart';
import 'store.dart';
import 'app.dart';

// -----

void main() {
  // Dva.ReducerWatcher().delegate = MyReducerDelegate();

  runApp(new MyApp(store));
}
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A state manager combining the ideas from dva.js and rxdart, bloc, with the dependency of dva_dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dva_dart, flutter

More

Packages that depend on dva_flutter