fl_jpush_android 4.0.0 copy "fl_jpush_android: ^4.0.0" to clipboard
fl_jpush_android: ^4.0.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(MaterialApp(
      theme: ThemeData.light(useMaterial3: true),
      darkTheme: ThemeData.dark(useMaterial3: true),
      title: 'FlJPush with Android',
      home: const MyApp()));
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return Scaffold(
        appBar: AppBar(title: const Text('FlJPush with Android')),
        body: const Center(child: Text('集成厂商通道')));
  }
}
0
likes
130
pub points
42%
popularity

Publisher

unverified uploader

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