Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sh1l0n/flutter_native_http_request

Flutter Native HTTP Request
https://github.com/sh1l0n/flutter_native_http_request

Last synced: about 1 month ago
JSON representation

Flutter Native HTTP Request

Awesome Lists containing this project

README

        

## flutter native http request
Flutter native http request dependency injection. We could use http_request for any different Flutter project.
OpenWeather API Request example



## Getting started

In order to run the app, you need to follow the next steps

1. Install [Flutter SDK](https://flutter.dev/docs/get-started/install)

2. Clone and navigate to project root folder
```
git clone [email protected]:sh1l0n/flutter_native_httprequest.git
cd flutter_native_httprequest/
```
3. Get flutter packages
```
chmod +x update.sh
./update.sh
```

4. Put you OpenWeather api key inside assets/env.json file
5. Compile on an Android device and enjoy :)