general 0.0.34 general: ^0.0.34 copied to clipboard
General is Library for help you integrate any package commong used like audio, video, permission, location gamepad, local auth fingerprint, biometric, camera, and many more only use one library
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate general
Use it
The package has the following executables:
$ general
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add general
With Flutter:
$ flutter pub add general
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
general: ^0.0.34
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:general/general.dart';