Skip to content

Add Flutter weather web template#39

Open
sureshchouksey8 wants to merge 1 commit into
codesphere-community:mainfrom
sureshchouksey8:codex/flutter-weather-template
Open

Add Flutter weather web template#39
sureshchouksey8 wants to merge 1 commit into
codesphere-community:mainfrom
sureshchouksey8:codex/flutter-weather-template

Conversation

@sureshchouksey8
Copy link
Copy Markdown

Fixes #4.

Adds a Codesphere-ready Flutter for Web weather app template. The app lets users search for a location, resolves it with Open-Meteo geocoding, and displays current weather conditions using the free Open-Meteo forecast API without requiring an API key.

Included:

  • Flutter web project under flutter-weather/
  • responsive weather UI with loading/error/success states
  • free API integration via package:http
  • ci.yml that installs Flutter when needed, enables web support, analyzes, builds, and serves build/web
  • template metadata
  • README with local setup, Codesphere usage, and article draft

Validation:

  • ./scripts/ensure_flutter.sh
  • flutter pub get
  • flutter analyze
  • flutter build web --release
  • served build/web locally and smoke-tested in Chromium/Playwright

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flutter for Web template - weather app

1 participant