stacked_hooks 0.2.2 copy "stacked_hooks: ^0.2.2" to clipboard
stacked_hooks: ^0.2.2 copied to clipboard

outdated

Classes that help you make use of hooks when using the stacked package

example/lib/main.dart

import 'package:flutter/material.dart';

import 'ui/views/hook_viewmodel_widget/hook_viewmodel_widget_example.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',
      home: HookViewModelWidgetExample(),
    );
  }
}
65
likes
0
pub points
93%
popularity

Publisher

verified publisherfilledstacks.com

Classes that help you make use of hooks when using the stacked package

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_hooks, provider

More

Packages that depend on stacked_hooks