particle_auth 1.4.28 copy "particle_auth: ^1.4.28" to clipboard
particle_auth: ^1.4.28 copied to clipboard

A flutter plugin project for particle auth

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add particle_auth
copied to clipboard

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

dependencies:
  particle_auth: ^1.4.28
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:particle_auth/particle_auth.dart';
copied to clipboard
1
likes
120
points
283
downloads

Publisher

verified publisherparticle.network

Weekly Downloads

2024.09.23 - 2025.04.07

A flutter plugin project for particle auth

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

dio, flutter, json_annotation, json_serializable, plugin_platform_interface, retrofit

More

Packages that depend on particle_auth