flutter_automation library Null safety
Constants
- keyPropertiesPath → const String
-
"./android/key.properties"
Properties
- alias ↔ String?
-
read / write
- keyPass ↔ String?
-
read / write
- keystorePass ↔ String?
-
read / write
- keystorePath ↔ String
-
read / write
Functions
-
addGoogleMap(
) → Future< void> - adds google maps dependency to pubspec.yaml file
-
addKeyToManifest(
) → void - writes api key meta data to app manifest file
-
decipherScript(
List< String> arguments) → void -
Deciphers which scripts to run based on the arguments provided by the user
Use
flutter pub pub run flutter_automation -h
to get help -
googleMaps(
) → Future< void> - Main google maps setup plugin
-
setupApiKey(
) → void - setups a map api key configuration. Please replace YOUR_API_KEY with your actual api key