- OurlandSearch's Native IOS/Andrioid version written with Flutter and Firebase
- A location base chat app made by Flutter and Firebase.
- Support login with phone, post to current location, send text, image and sticker, update avatar and profile.
For help getting started with Flutter, view our online documentation.
' flutter channel stable flutter channel flutter upgrade '
' .pub-cache\hosted\pub.dartlang.org '
flutter doctor
flutter packages get
flutter run
- Go to https://console.developers.google.com/
- Enable
Maps SDK for Android
- Enable
Maps SDK for iOS
- Under
Credentials
, clickCreate Credential
and chooseAPI Key
- Replace YOUR_API_KEY_HERE with the key in AndroidManifest.xml and AppDelegate.m
- Rules at Storage: service firebase.storage { match /b/{bucket}/o { match /{allPaths=**} { allow read: if true; allow write: if true && request.resource.contentType.matches('image/.*') && request.auth != null; } } }
- Rules at Database: service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write : if true; } } }
- Enable Message: https://pub.dartlang.org/packages/firebase_messaging