suprsend_flutter_inbox 0.0.3
suprsend_flutter_inbox: ^0.0.3 copied to clipboard
Flutter sdk for integrating inbox functionality using flutter hooks
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add suprsend_flutter_inbox
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
suprsend_flutter_inbox: ^0.0.3
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:suprsend_flutter_inbox/api.dart';
import 'package:suprsend_flutter_inbox/hooks.dart';
import 'package:suprsend_flutter_inbox/main.dart';
import 'package:suprsend_flutter_inbox/provider.dart';
import 'package:suprsend_flutter_inbox/store.dart';
import 'package:suprsend_flutter_inbox/utils.dart';