/flutter_native_http_request

Flutter Native HTTP Request

Primary LanguageDartGNU General Public License v3.0GPL-3.0

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

  2. Clone and navigate to project root folder

git clone git@github.com:sh1l0n/flutter_native_httprequest.git
cd flutter_native_httprequest/
  1. Get flutter packages
chmod +x update.sh
./update.sh
  1. Put you OpenWeather api key inside assets/env.json file
  2. Compile on an Android device and enjoy :)