user_profile 0.1.12-nullsafety copy "user_profile: ^0.1.12-nullsafety" to clipboard
user_profile: ^0.1.12-nullsafety copied to clipboard

outdated

A shared library that is responsible for the user profile displayed on both apps.

Release Maintained

user_profile #

user_profile 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 the user profile displayed on both apps and the associated actions that can be performed on Profile.

It is continuously maintained and updated by maintainers & reviewers

Installation Instructions #

Use this package as a library by depending on it

Run this command:

  • With Flutter:
$ flutter pub add user_profile

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

dependencies:
  user_profile: ^0.1.12-nullsafety

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

Lastly:

Import it like so:

import 'package:user_profile/sil_contacts.dart';