native_push_client 1.0.0 copy "native_push_client: ^1.0.0" to clipboard
native_push_client: ^1.0.0 copied to clipboard

native_push_client is a Flutter library that provides a convenient interface for managing push notifications

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_push_client

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

dependencies:
  native_push_client: ^1.0.0

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:native_push_client/native_push_client.dart';
1
likes
130
points
24
downloads

Publisher

verified publisheropdehipt.com

Weekly Downloads

native_push_client is a Flutter library that provides a convenient interface for managing push notifications

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, http, json_annotation, native_push

More

Packages that depend on native_push_client