simple_design 1.0.1 copy "simple_design: ^1.0.1" to clipboard
simple_design: ^1.0.1 copied to clipboard

outdated

The Simple Design library for Flutter. It provides a premade theme for light and dark brightness, aswell as providing alternatives to some material widgets for quick and good design.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_design

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  simple_design: ^1.0.1

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:simple_design/simple_design.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

The Simple Design library for Flutter. It provides a premade theme for light and dark brightness, aswell as providing alternatives to some material widgets for quick and good design.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_design