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:
@ -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:
|
||||
|
Reference in New Issue
Block a user