neptune_flutter_ui 2.12.0
neptune_flutter_ui: ^2.12.0 copied to clipboard
Neptune Odyssey Flutter UI — the vendor-neutral, white-label banking design system by Neptune.Fintech. Deterministic brandprints, Material 3 themes, and themed widgets for the four reference brands an [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add neptune_flutter_uiWith Flutter:
$ flutter pub add neptune_flutter_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
neptune_flutter_ui: ^2.12.0Alternatively, 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:neptune_flutter_ui/neptune_flutter_ui.dart';