common_designs 1.1.6
common_designs: ^1.1.6 copied to clipboard
A comprehensive, production-grade design system with robust animations for Flutter apps. Inspired by modern e-commerce interfaces with smooth transitions, interactive animations, and beautiful typography.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add common_designsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
common_designs: ^1.1.6Alternatively, 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:common_designs/common_designs.dart';