Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afgprogrammer/flutter-google-map-example
Flutter Google Map Example - Day 41
https://github.com/afgprogrammer/flutter-google-map-example
flutter flutter-google-map flutter-map google-maps
Last synced: 7 days ago
JSON representation
Flutter Google Map Example - Day 41
- Host: GitHub
- URL: https://github.com/afgprogrammer/flutter-google-map-example
- Owner: afgprogrammer
- License: apache-2.0
- Created: 2021-10-13T13:21:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T15:12:45.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T22:02:19.089Z (14 days ago)
- Topics: flutter, flutter-google-map, flutter-map, google-maps
- Language: Dart
- Homepage: https://afgprogrammer.com/flutter
- Size: 6.91 MB
- Stars: 105
- Watchers: 5
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Flutter Google Map Example - Day 41
```dart
class Afgprogrammer extends Flutter100DaysOfCode {
video() {
return {
"title": "Flutter Google Map Example",
"description": "Let’s make a google map application.",
"day": 41,
}
}
}
```## Previous Designs
[Checkout my Youtube channel](https://youtube.com/afgprogrammer)## Development Setup
Clone the repository and run the following commands:
```
flutter pub get
flutter run
```## Screenshots
### Home Page
### Find Friends Page
### Circles Page
## Links
* [Website](https://afgprogrammer.com)
* [Youtube channel](https://youtube.com/afgprogrammer)
* [Twitter](https://twitter.com/afgprogrammer)
* [Instagram](https://instagram.com/afgprogrammer)