descope 0.7.1 copy "descope: ^0.7.1" to clipboard
descope: ^0.7.1 copied to clipboard

A Flutter package for working with the Descope API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add descope

With Flutter:

 $ flutter pub add descope

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

dependencies:
  descope: ^0.7.1

Alternatively, 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:descope/descope.dart';
3
likes
0
pub points
44%
popularity

Publisher

verified publisherdescope.com

A Flutter package for working with the Descope API.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

cryptography, flutter, http, json_annotation

More

Packages that depend on descope