feat: add Clear Skies sample app for Shorebird FlutterCon live demo#30
Merged
Conversation
…repository pattern
…nd update dependencies
…eractive destination chips to the welcome screen
dawn-ducky
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces Clear Skies, a beautifully designed, premium weather application built entirely from scratch to serve as a high-impact live demo for Shorebird at FlutterCon USA.
The app features an immersive glassmorphic UI, dynamic time-of-day background gradients, and zero-click onboarding utilizing native reverse-geocoding. Most importantly, this baseline release contains intentional, highly-visual bugs tagged with
TODO(Demo)specifically meant to be patched live over the air during the Shorebird stage presentation.✨ Key Features
BackdropFilterand refined typography (google_fontsOutfit and Inter).geolocatorandgeocodingfor native GPS coordinate retrieval and reverse-geocoding to display actual city names automatically.shared_preferences.flutter_blocfor scalable state management.🐛 The "FlutterCon" Bugs
Note: These bugs are intentional and meant to be shipped in the baseline APK.
app_colors.dart).app_strings.dart).welcome_hero_widget.dart).During the demo, the presenter will simply search for
TODO(Demo), revert these 3 files, and runshorebird patch androidto fix the production app live in front of the audience.🛠 Tech Stack
flutter_bloc&blocgeolocator&geocodingshared_preferenceshttp(fetching from Open-Meteo API)google_fonts🧪 Testing