pass_flutter 2.0.2 copy "pass_flutter: ^2.0.2" to clipboard
pass_flutter: ^2.0.2 copied to clipboard

A Flutter library for getting and reading Apple Wallet passes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pass_flutter
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  pass_flutter: ^2.0.2
copied to clipboard

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:pass_flutter/pass_flutter.dart';
copied to clipboard
34
likes
130
points
213
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

A Flutter library for getting and reading Apple Wallet passes.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

archive, dio, equatable, flutter, json_annotation, path, path_provider, uuid

More

Packages that depend on pass_flutter