google_services 1.0.0+1 copy "google_services: ^1.0.0+1" to clipboard
google_services: ^1.0.0+1 copied to clipboard

A new Dart Frog application

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add google_services

With Flutter:

 $ flutter pub add google_services

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

dependencies:
  google_services: ^1.0.0+1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:google_services/fcm/apns.dart';
import 'package:google_services/fcm/apns_payload.dart';
import 'package:google_services/fcm/aps.dart';
import 'package:google_services/fcm/aps_alert.dart';
import 'package:google_services/fcm/color_rgb.dart';
import 'package:google_services/fcm/fcm_android.dart';
import 'package:google_services/fcm/fcm_android_notification.dart';
import 'package:google_services/fcm/fcm_data.dart';
import 'package:google_services/fcm/fcm_message.dart';
import 'package:google_services/fcm/fcm_notification.dart';
import 'package:google_services/fcm/fcm_options.dart';
import 'package:google_services/fcm/light_settings.dart';
import 'package:google_services/fcm/service.dart';
import 'package:google_services/fcm/web_push.dart';
import 'package:google_services/utils/models.dart';
0
likes
110
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A new Dart Frog application

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dart_frog, googleapis, googleapis_auth, http, queue

More

Packages that depend on google_services