fl_jpush_android_fcm 5.5.0 copy "fl_jpush_android_fcm: ^5.5.0" to clipboard
fl_jpush_android_fcm: ^5.5.0 copied to clipboard

PlatformAndroid

JPush integrated vendor push channel,Valid only on Android devices

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(
      const MaterialApp(debugShowCheckedModeBanner: false, home: _HomePage()));
}

class _HomePage extends StatelessWidget {
  const _HomePage();

  @override
  Widget build(BuildContext context) {
    return Scaffold(
        appBar: AppBar(title: const Text('FlJPush with Android FCM')),
        body: const Center(child: Text('集成FCM推送')));
  }
}
0
likes
150
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

JPush integrated vendor push channel,Valid only on Android devices

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fl_jpush_android_fcm