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

A wrapper that is responsible for initializing various services and utilities needed to run apps safely.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_wrapper

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  app_wrapper: ^0.2.2

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:app_wrapper/app_wrapper.dart';
3
likes
120
pub points
4%
popularity

Publisher

verified publishersavannahghi.org

A wrapper that is responsible for initializing various services and utilities needed to run apps safely.

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

camera, flutter, flutter_graphql_client, local_auth, platform

More

Packages that depend on app_wrapper