magickit 1.0.0
magickit: ^1.0.0 copied to clipboard
MagicKit UI Kit — Flutter widget library dengan atomic design pattern.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add magickitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
magickit: ^1.0.0Alternatively, 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:magickit/magickit.dart';