juice_auth_network 0.1.1 copy "juice_auth_network: ^0.1.1" to clipboard
juice_auth_network: ^0.1.1 copied to clipboard

Integration glue between juice_auth and juice_network — wires AuthBloc into FetchBloc for token injection, 401 refresh, and per-user cache isolation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add juice_auth_network

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

dependencies:
  juice_auth_network: ^0.1.1

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:juice_auth_network/juice_auth_network.dart';
0
likes
160
points
234
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Integration glue between juice_auth and juice_network — wires AuthBloc into FetchBloc for token injection, 401 refresh, and per-user cache isolation.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#authentication #network #bloc #http #integration

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, juice, juice_auth, juice_network

More

Packages that depend on juice_auth_network