apihandler 0.1.5 copy "apihandler: ^0.1.5" to clipboard
apihandler: ^0.1.5 copied to clipboard

Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add apihandler

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

dependencies:
  apihandler: ^0.1.5

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:apihandler/apiCaller.dart';
import 'package:apihandler/apiHandler.dart';
import 'package:apihandler/appExceptions.dart';
import 'package:apihandler/common.dart';
import 'package:apihandler/exception_info.dart';
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.

Homepage

License

MIT (LICENSE)

Dependencies

connectivity, dio, flutter

More

Packages that depend on apihandler