pukaad_ui 1.0.7
pukaad_ui: ^1.0.7 copied to clipboard
pukaad_ui is a Flutter package providing reusable UI components, custom input fields, and Thai font support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pukaad_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pukaad_ui: ^1.0.7Alternatively, 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:pukaad_ui/pukaad_ui.dart';