mobpush_plugin 1.3.0 copy "mobpush_plugin: ^1.3.0" to clipboard
mobpush_plugin: ^1.3.0 copied to clipboard

这是一个基于 MobPush 功能的扩展的 Flutter 插件。使用此插件能够帮助您在使用 Flutter 开发应用时,快速地实现推送功能。

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mobpush_plugin
copied to clipboard

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

dependencies:
  mobpush_plugin: ^1.3.0
copied to clipboard

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:mobpush_plugin/mobpush_plugin.dart';
copied to clipboard
27
likes
110
points
404
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.19 - 2025.04.03

这是一个基于 MobPush 功能的扩展的 Flutter 插件。使用此插件能够帮助您在使用 Flutter 开发应用时,快速地实现推送功能。

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on mobpush_plugin