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

outdated

Wrapper entry point the provides app wide dependencies

Release Maintained

app_wrapper #

sil_app_wrapper is an open source project — it's one among many other shared libraries that make up the wider ecosystem of software made and open sourced by Savannah Informatics Limited.

It is a shared library between [BeWell-Consumer] and [BeWell-Professional] and is responsible for putting together everything that these app needs in order to run safely.

Installation Instructions #

Use this package as a library by depending 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 dart pub get):

dependencies:
  app_wrapper: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Lastly:

Import it like so:

import 'package:app_wrapper/app_wrapper.dart';
3
likes
0
pub points
3%
popularity

Publisher

verified publishersavannahghi.org

Wrapper entry point the provides app wide dependencies

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

camera, flutter, flutter_graphql_client, local_auth

More

Packages that depend on app_wrapper