- Implemented UiShimmer as a core shimmer wrapper for animated gradient effects. - Created shimmer presets for list items, stats cards, section headers, and more. - Developed specific skeletons for billing, invoices, coverage, hubs, reports, payments, shifts, and home pages. - Enhanced user experience by providing visual placeholders during data loading.
34 lines
688 B
YAML
34 lines
688 B
YAML
name: design_system
|
|
description: "A new Flutter package project."
|
|
version: 0.0.1
|
|
publish_to: none
|
|
homepage:
|
|
resolution: workspace
|
|
|
|
environment:
|
|
sdk: '>=3.10.0 <4.0.0'
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
google_fonts: ^7.0.2
|
|
lucide_icons: ^0.257.0
|
|
font_awesome_flutter: ^10.7.0
|
|
shimmer: ^3.0.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
|
|
# For information on the generic Dart part of this file, see the
|
|
# following page: https://dart.dev/tools/pub/pubspec
|
|
|
|
# The following section is specific to Flutter packages.
|
|
flutter:
|
|
|
|
# To add assets to your package, add an assets section, like this:
|
|
assets:
|
|
- assets/
|