Project is successfully hitting the weather API and returning the response to the screen after the async method finishes. Yay!!

This commit is contained in:
2025-04-25 07:54:20 -07:00
parent b598f4cddb
commit c2537f78cd
2 changed files with 72 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name: com_hyperling_buddy_website
description: "A new Flutter project."
description: "Buddy, a weather-focused API frontend."
publish_to: 'none'
version: 0.1.0
@ -9,6 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
http: ^1.3.0
dev_dependencies:
flutter_test: