credentials_helper 1.0.4 copy "credentials_helper: ^1.0.4" to clipboard
credentials_helper: ^1.0.4 copied to clipboard

Provides a helper class to simplify loading credentials from JSON

example/example.dart

import 'package:credentials_helper/credentials_helper.dart';

void main() {

  Credentials credentials = Credentials.fromFile('credentials.json');

  myApiCall(apiKey: credentials.apiKey);

}
1
likes
40
points
34
downloads

Publisher

verified publisherherohtar.com

Weekly Downloads

Provides a helper class to simplify loading credentials from JSON

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

json_annotation

More

Packages that depend on credentials_helper