wethree_flutter_core 1.2.1
wethree_flutter_core: ^1.2.1 copied to clipboard
Private Flutter core package for WeThree.eu Pvt Ltd. Shared services, components, and utilities for WeThree applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wethree_flutter_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wethree_flutter_core: ^1.2.1Alternatively, 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:wethree_flutter_core/wethree_flutter_core.dart';