horizech_flutter_common 1.2.1
horizech_flutter_common: ^1.2.1 copied to clipboard
Horizech Flutter Common library which contains elements used in all Horizech Flutter applications like themes and other UI elements.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add horizech_flutter_common
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
horizech_flutter_common: ^1.2.1
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:horizech_flutter_common/horizech_flutter_common.dart';