altech_ui_flutter 1.1.1
altech_ui_flutter: ^1.1.1 copied to clipboard
Modern, reusable, and customizable Flutter UI component library with Material 3, design tokens, and centralized theming.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add altech_ui_flutterWith Flutter:
$ flutter pub add altech_ui_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
altech_ui_flutter: ^1.1.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:altech_ui_flutter/altech_ui_flutter.dart';