ecommerce_design_system_package 1.0.5
ecommerce_design_system_package: ^1.0.5 copied to clipboard
Design system package for Flutter applications, organized according to Atomic Design principles.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ecommerce_design_system_packageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ecommerce_design_system_package: ^1.0.5Alternatively, 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:ecommerce_design_system_package/ecommerce_design_system_package.dart';