chiclet_ui 0.0.1
chiclet_ui: ^0.0.1 copied to clipboard
Chiclet UI offers a collection of fully customizable island-style widgets, inspired by the design of apps like Duolingo.
Chiclet UI #
Chiclet UI provides a set of highly customizable island-style widgets, inspired by the design of apps like Duolingo.
Features #
Coming Soon
Getting Started #
To install, add the following to the dependencies section of your pubspec.yaml:
dependencies:
chiclet_ui: <latest_version>
Usage #
- Import the package:
import 'package:chiclet_ui/chiclet_ui.dart';
- Use the widgets:
ChicletFilledButton(
onPressed: () {},
child: const Text('Hello World'),
),
Additional Information #
For suggestions, feedback, or issue reporting, visit:
Niklas Vlach