You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brewview is a Flutter app built to explore nearby breweries across the United States using a public brewery API. The app uses the 'dotenv' package to securely manage API keys, while http handles fetching API data. For smooth state management, it leverages 'GetX', combined with a 'ListView.builder' to optimize performance by loading only the visible items on screen instead of the entire dataset. These implementations not only ensure clean and efficient code but also demonstrate best practices in API integration, state management, and UI optimization in Flutter.
Language and Framework:
Connect with me:
About
A Flutter app to explore U.S. breweries using a public API, with GetX state management and optimized lazy loading.