google_api_headers 1.4.0 copy "google_api_headers: ^1.4.0" to clipboard
google_api_headers: ^1.4.0 copied to clipboard

A Flutter plugin for getting the headers required for calling Google APIs with an app restricted key.

Google API Headers #

A Flutter plugin for getting the headers required for calling Google APIs with an app restricted key.

pub package docs MIT License Build and Deploy codecov style: flutter_lints

Getting Started #

Add this to your project's pubspec.yaml file:

dependencies:
  google_api_headers: ^1.4.0

Usage #

Depending on the platform (iOS or Android), the function will return the required key and value pairs for calling Google APIs with keys that are restricted to an iOS or Android app.

import 'package:google_api_headers/google_api_headers.dart';

final headers = await GoogleApiHeaders().getHeaders();
22
likes
0
pub points
97%
popularity

Publisher

unverified uploader

A Flutter plugin for getting the headers required for calling Google APIs with an app restricted key.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, package_info_plus

More

Packages that depend on google_api_headers