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

outdatedDart 1 only

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
0
pub points
0%
popularity

Publisher

verified publisherherohtar.com

Provides a helper class to simplify loading credentials from JSON

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

json_annotation

More

Packages that depend on credentials_helper