ina_design_test 0.0.1
ina_design_test: ^0.0.1 copied to clipboard
INA Digital Design System is a digital design system specifically crafted for mobile applications using Flutter. This package provides consistent and reusable UI components, aligned with INA design gu [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ina_design_test
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ina_design_test: ^0.0.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:ina_design_test/ina_design_test.dart';