visa_nova_flutter 8.1.1
visa_nova_flutter: ^8.1.1 copied to clipboard
Visa Nova Flutter Component Library. Nova Flutter is a comprehensive library of accessible components designed to align with the Visa Product Design System. It provides developers with a set of reusab [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add visa_nova_flutterWith Flutter:
$ flutter pub add visa_nova_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
visa_nova_flutter: ^8.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:visa_nova_flutter/visa_nova_flutter.dart';