Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sh1l0n/flutter_native_http_request
- Owner: sh1l0n
- License: gpl-3.0
- Created: 2021-05-07T15:50:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T18:12:06.000Z (over 3 years ago)
- Last Synced: 2024-11-08T06:11:52.951Z (3 months ago)
- Language: Dart
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)