A basic mobile application for Networking in Flutter(API)
Github Api Call ??
? Introduction
This project is an basic mobile application for Networking in Flutter(API). I have used Github API to fetch user account deatils.
Networking plays a vital role in mobile Application development to do many things starting from ordering food to booking a cab we need network access.
How to check our app gets network access, before start working check the piece of code given below in your <AndroidManifest.xml>
<manifest xmlns:android...>
...
<uses-permission android:name="android.permission.INTERNET" />
<application ...
</manifest>
ℹ️ Local Installation
- Drop a ⭐ on the Github Repository.
- Fork the repository
- Clone the Repo by going to your local Git Client and pushing in the command:
https://github.com/naveeramesh/Api-Call.git
?♀️How to run
flutter pub get
flutter run