listo_design_system 0.7.0+7
listo_design_system: ^0.7.0+7 copied to clipboard
Package contenant tout le système UX et UI de Listo Paye. Utilisez le sous-projet widgets_demo pour tester les widgets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add listo_design_system
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
listo_design_system: ^0.7.0+7
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:listo_design_system/listo_design_system.dart';