mobx_provider 0.0.1+1 copy "mobx_provider: ^0.0.1+1" to clipboard
mobx_provider: ^0.0.1+1 copied to clipboard

outdated

package for binding the UI with your stores (viewmodels) easily , the package is inspired by filled stacks archticture pattern

example/lib/main.dart

import 'package:flutter/material.dart';

import 'counter/counter_widget.dart';

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

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: CounterWidget(),
    );
  }
}
14
likes
0
pub points
0%
popularity

Publisher

unverified uploader

package for binding the UI with your stores (viewmodels) easily , the package is inspired by filled stacks archticture pattern

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_mobx, mobx

More

Packages that depend on mobx_provider