Last updated:
0 purchases
kirin
Kirin #
A Flutter UI Toolkit for rapid prototyping
Documentation #
Visit Kirin documentation on Notion
🚀 Getting Started #
Add the package
dependencies:
kirin: <latest-version>
copied to clipboard
Add a font family
flutter:
fonts:
- family: Noto Sans
fonts:
- asset: packages/kirin/assets/fonts/NunitoSans-Bold.ttf
- asset: packages/kirin/assets/fonts/NunitoSans-SemiBold.ttf
- asset: packages/kirin/assets/fonts/NunitoSans-Regular.ttf
style: normal
copied to clipboard
Import the package
import 'package:kirin/kirin.dart';
copied to clipboard
Demo Application #
Technical demo of Kirin UI is available here
📝 Licence #
Licensed under the MIT License.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.