osm_flutter_hooks 1.4.1 osm_flutter_hooks: ^1.4.1 copied to clipboard
this Package extension to add support manage hook state with osm_flutter
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add osm_flutter_hooks
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
osm_flutter_hooks: ^1.4.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:osm_flutter_hooks/osm_flutter_hooks.dart';