voxa_core 1.0.0
voxa_core: ^1.0.0 copied to clipboard
Voxa is an enterprise-grade Flutter foundation package. It provides a complete design system with dynamic Material 3 theming, type-safe tokens, and a robust networking stack with auto-token refresh. I [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add voxa_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
voxa_core: ^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:voxa_core/voxa_core.dart';