design_system_360 1.0.0 copy "design_system_360: ^1.0.0" to clipboard
design_system_360: ^1.0.0 copied to clipboard

360 design system package

design_system_360 #

A Flutter design system package to streamline the UI development process with reusable components, custom themes, and accessible design patterns.

Features #

  • Predefined themes (light)
  • Custom typography and color schemes
  • Reusable widgets like buttons, cards, etc.

Getting started #

Add the following line to your pubspec.yaml file:

dependencies:
  design_system_360: ^1.0.0''

Usage #

import 'package:design_system_360/design_system_360.dart';

void main() { runApp(MaterialApp( theme: AppTheme.lightTheme, home: Scaffold( appBar: AppBar(title: const Text('Design System Example')), body: Center( child: AppButton( label: 'Click Me', onPressed: () => print('Button Pressed'), ), ), ), )); }

Additional information #

we want to improve it day by day

1
likes
0
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

360 design system package

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on design_system_360