flutter basketball map based app
An app to display nearby courts for ios and android (only set up location permissions for ios at the moment)
Yes, I’m using Google Places API to fetch data from the user’s current location.
Using the flutter_bloc library, state management becomes easy to handle. It takes an event and maps it into a state.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.