Skip to content

savannahghi/shared_ui_components

Repository files navigation

Release Maintained

shared_ui_components

shared_ui_components 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.

A shared library for BeWell-Consumer and SladeAdvantage that is responsible for rendering and exposing dumb widgets and ui components

Installation Instructions

Use this package as a library by depending on it

Run this command:

  • With Flutter:
$ flutter pub add shared_ui_components

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

dependencies:
  shared_ui_components: ^0.2.4

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

Lastly:

Import it like so:

import 'package:shared_ui_components/buttons.dart';

Usage

Check the example provided for how to use this package.

Dart & Flutter Version

  • Dart 2: >= 2.14
  • Flutter: >=2.0.0

Developing & Contributing

First off, thanks for taking the time to contribute!

Be sure to check out detailed instructions on how to contribute to this project here and go through out Code of Conduct.

GPG Signing: As a contributor, you need to sign your commits. For more details check here

License

This library is distributed under the MIT license found in the LICENSE file.

About

A shared library for BeWell-Consumer and BeWell-Professional that is responsible for rendering and exposing dumb widgets and ui components

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages