native_fcm_strings 1.0.2 copy "native_fcm_strings: ^1.0.2" to clipboard
native_fcm_strings: ^1.0.2 copied to clipboard

Simple plugin for getting native string resources for FCM push notifications

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_fcm_strings
copied to clipboard

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

dependencies:
  native_fcm_strings: ^1.0.2
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:native_fcm_strings/native_fcm_strings.dart';
copied to clipboard
1
likes
130
points
106
downloads

Publisher

verified publishernetglade.cz

Weekly Downloads

2024.10.06 - 2025.04.20

Simple plugin for getting native string resources for FCM push notifications

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on native_fcm_strings