kitiumai_flutter 1.0.0
kitiumai_flutter: ^1.0.0 copied to clipboard
Kitium UI Flutter - A comprehensive Flutter widget library with 39 pre-built components for consistent, framework-agnostic UI across web, mobile, and desktop platforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kitiumai_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kitiumai_flutter: ^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:kitiumai_flutter/kitiumai_flutter.dart';