google_services 1.0.0+1
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_servicesWith Flutter:
$ flutter pub add google_servicesThis 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+1Alternatively, 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';