flutter_push 0.0.30
flutter_push: ^0.0.30 copied to clipboard
Based on the idea of unified push alliance, the push platform of six vendors has been rapidly integrated, and the vendor push channel of the shared system has been shared to avoid the need for the APP [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_pushThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_push: ^0.0.30Alternatively, 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:flutter_push/unified_push.dart';
import 'package:flutter_push/unified_push_method_channel.dart';
import 'package:flutter_push/unified_push_platform_interface.dart';