listo_design_system 0.0.16
listo_design_system: ^0.0.16 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_systemThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
listo_design_system: ^0.0.16Alternatively, 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/atoms/alert.dart';
import 'package:listo_design_system/atoms/button.dart';
import 'package:listo_design_system/themes/colors.dart';
import 'package:listo_design_system/themes/listo_design_system.dart';
import 'package:listo_design_system/themes/main_theme.dart';
import 'package:listo_design_system/themes/spacing.dart';
import 'package:listo_design_system/themes/text_style.dart';