nanoloaders 0.2.2 copy "nanoloaders: ^0.2.2" to clipboard
nanoloaders: ^0.2.2 copied to clipboard

A Flutter plugin for device compatibility gating with remote server checks, loading screens, and in-app browser redirects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nanoloaders

With Flutter:

 $ flutter pub add nanoloaders

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

dependencies:
  nanoloaders: ^0.2.2

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:nanoloaders/nanoloaders.dart';
0
likes
0
points
114
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for device compatibility gating with remote server checks, loading screens, and in-app browser redirects.

License

unknown (license)

Dependencies

ffi, flutter, http, plugin_platform_interface, shared_preferences, url_launcher, uuid

More

Packages that depend on nanoloaders

Packages that implement nanoloaders