adhara 1.0.4 copy "adhara: ^1.0.4" to clipboard
adhara: ^1.0.4 copied to clipboard

Base framework for Flutter Apps with intense networking and data interactivity

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate adhara

Use it

The package has the following executables:

$ adhara

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adhara

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

dependencies:
  adhara: ^1.0.4

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:adhara/adhara.dart';
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Base framework for Flutter Apps with intense networking and data interactivity

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

args, chopper, flutter, http, path, path_provider, sentry, shared_preferences, sqflite, url_launcher, yaml

More

Packages that depend on adhara