shared_ui_components 0.2.4 copy "shared_ui_components: ^0.2.4" to clipboard
shared_ui_components: ^0.2.4 copied to clipboard

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

Use this package as a library

Depend 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 flutter 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.

Import it

Now in your Dart code, you can use:

import 'package:shared_ui_components/badge.dart';
import 'package:shared_ui_components/buttons.dart';
import 'package:shared_ui_components/coming_soon_page.dart';
import 'package:shared_ui_components/communications_settings.dart';
import 'package:shared_ui_components/country_picker.dart';
import 'package:shared_ui_components/fancy_loading.dart';
import 'package:shared_ui_components/inputs.dart';
import 'package:shared_ui_components/platform_loader.dart';
import 'package:shared_ui_components/profile_avator.dart';
import 'package:shared_ui_components/profile_banner.dart';
import 'package:shared_ui_components/resend_phone_code.dart';
import 'package:shared_ui_components/small_appbar.dart';
import 'package:shared_ui_components/time_picker.dart';
import 'package:shared_ui_components/try_new_features_widget.dart';
import 'package:shared_ui_components/verify_phone_otp.dart';
3
likes
70
pub points
4%
popularity

Publisher

verified publishersavannahghi.org

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

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_spinkit, flutter_svg, http, intl, material_design_icons_flutter, misc_utilities, pin_code_text_field, platform, rxdart, shared_themes, sms_autofill

More

Packages that depend on shared_ui_components