A time tracking app build using Flutter
| First Header | Second Header |
| ----------------------------------------- | ----------------------------------------- |
| |
|
|
|
|
|
|
|
|
|
|
If you try to build the project straight away, you'll get an error complaining that a
key.propertiesfile is missing and Exit code 1 from: /Onehour-appp/android/gradlew app:properties:. To resolve that,
Follow this guide to Generate Keystor and then move it to Onehour-appp/android/app
Open Onehour-appp/android and create a new file
key.propertiesand your key info:
storePassword=STORE_PASSWORD keyPassword=KEY_PASSWORD keyAlias=key storeFile=key.jks
Integrate Firebase for Android
Open AndroidManifest.xml and replace
ADMOB_IDwith your id.
xml
Open strings.xml and replace
0000000000with your id.
000000000000<!-- Replace "000000000000" with your Facebook App ID here. **NOTE**: The scheme needs to start with `fb` and then your ID. --> <string name="fb_login_protocol_scheme">fb000000000000</string>
Integrate Firebase for IOS
Open Info.plist replace
REVERSED_CLIENT_ID,
CFBundleURLTypes CFBundleTypeRole Editor CFBundleURLSchemes fb000000000000 REVERSED_CLIENT_ID<!--Replace 000000000000 with your facebook app id--> <key>FacebookAppID</key> <string>000000000000</string> <!--Replace FACEBOOK_DISPLAY_NAME with your facebook display name --> <key>FacebookDisplayName</key> <string>FACEBOOK_DISPLAY_NAME</string> <!--Replace 00000ADMOB_ID0000000 with your admob id--> <key>GADApplicationIdentifier</key> <string>ADMOB_ID</string>
Awesome! Contributions of all kinds are greatly appreciated. To help smoothen the process we have a few non-exhaustive guidelines to follow which should get you going in no time.
Project is published under the MIT license. Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)