Api-Call - A basic mobile application for Networking in Flutter(API)

Related tags

Templates Api-Call
Overview

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

  1. Drop a on the Github Repository.
  2. Fork the repository
  3. 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
You might also like...

Create flutter project with all needed configuration in two minutes (theme, localization, connect to firebase, FCM, local notifications, safe API call, error handling, animation..etc)

Create flutter project with all needed configuration in two minutes (theme, localization, connect to firebase, FCM, local notifications, safe API call, error handling, animation..etc)

Flutter GetX Template Flutter Getx template to make starting project fast and easy . Introduction We all face the same problem when we want to start a

Jan 7, 2023

Animated video call screens for flutter

Animated video call screens Animations: click on your video to zoom click on right bottom arrow up to open more options double click at the coming cal

Sep 4, 2022

Flutter incoming call

Flutter incoming call

flutter_incoming_call A Flutter plugin to show incoming call in your Flutter app! Alpha version(not ready for production!) Usage To use this plugin: C

Dec 28, 2022

Home app - A dynamic flutter app which can be used to generate alerts, set alarms and send sms or call someone

Home app - A dynamic flutter app which can be used to generate alerts, set alarms and send sms or call someone

first_app A dynamic flutter app which can be used to generate alerts, set alarms

Apr 9, 2022

Pokemon App with animations, beautiful UI and network call.

Pokemon App with animations, beautiful UI and network call.

🐯 Pokemon-App Pokemon App with animations, beautiful UI and network call. 📸 ScreenShots ✨ Requirements Any Operating System (ie. MacOS X, Linux, Win

Jul 16, 2021

Agora - Highlight Active Speaker in a video call

Agora - Highlight Active Speaker in a video call

Highlight Active Speaker in a video call When a meeting or video chat is complet

Nov 23, 2022

GetX Architecture for large scale project, This project include - pagination, pull to refresh, localization, network call and advance error handling

GetX Architecture for large scale project, This project include - pagination, pull to refresh, localization, network call and advance error handling

Nov 29, 2022

Basic todo mobile application built on top of the ETH blockchain with Flutter, Truffle and Ganache.

Basic todo mobile application built on top of the ETH blockchain with Flutter, Truffle and Ganache.

Todo-DAPP This project is a basic mobile Todo App build with Flutter. The backend consist in a Solidity contract running on the Ethereum Blockchain. C

Sep 28, 2022
Owner
navee-ramesh
Junior year student @ Sathyabama Univeristy, Girls@Tech Lead @DSC-Sist, Flutter Lead @Dezenix, Flutter,Machine Learning,Blogger
navee-ramesh
Create different mobile applications such as a social networking application and an online store, as well as a news application using Flutter

Develop-Different-Mobile-Applications Create Different Mobile Applications such as a social networking application and an online store, as well as a n

Ebrahim Mohamed 2 Jul 1, 2022
Call Kit is a prebuilt feature-rich call component, which enables you to build one-on-one and group voice/video calls into your app with only a few lines of code.

Call Kit (ZegoUIKitPrebuiltCall) Call Kit is a prebuilt feature-rich call component, which enables you to build one-on-one and group voice/video calls

ZEGOCLOUD 9 Dec 26, 2022
Social network - Social networking application with Flutter

Social Network Social networking application with Flutter

Abolfazl Zarei 9 Mar 12, 2022
New version of social networking application

Social Network New Version Light Mode Dark Mode Packages custom_navigation_bar: flutter_staggered_grid_view: flutter_switch: get: flutter_staggered_an

Abolfazl Zarei 6 Nov 4, 2022
Flutter Dio networking

Networking in Flutter using Dio This is a sample Flutter app for demonstrating how to perform network requests using the Dio package. For this demo AP

Souvik Biswas 27 Dec 14, 2022
Datting-app-client - Social networking apps, FrontEnd written in Flutter

datting_social Social networking apps. FrontEnd written in Flutter. BackEnd writ

Đỗ Viết Hùng 39 Nov 13, 2022
Dating-app-client - Social networking apps written in Flutter

datting_social Social networking apps. FrontEnd written in Flutter. BackEnd writ

Đỗ Viết Hùng 39 Nov 13, 2022
Rajagiri connect is a networking platform that enables the students of Rajagiri to form a social network among themselves, enabling them to connect with their seniors, juniors and faculty for sharing of information and resources.

Rajagiri Connect Rajagiri connect is a networking platform that enables the students of Rajagiri to form a social network among themselves, enabling t

Muhammad Amaan 2 Nov 27, 2022
Api Call Check flutter - A new Flutter project that demonstrates api calling and displays them in a scrollable list

api_fetch A new Flutter project that demonstrates api calling and displays them

Babish Shrestha 0 Jan 2, 2022
API call using Dio package and GetX in Flutter.

API call demo This demo is to get API data using Dio package and I have also used GetX package for state management. I have implemented two ways to di

Dhola Hardik 42 Dec 11, 2022