visa_nova_flutter 8.2.0
visa_nova_flutter: ^8.2.0 copied to clipboard
Nova Flutter is a library of accessible components for the Visa Product Design System. It helps developers create consistent, user-friendly, and accessible Flutter app interfaces.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add visa_nova_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
visa_nova_flutter: ^8.2.0
Alternatively, 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:visa_nova_flutter/visa_nova_flutter.dart';