iamvpa / APIManager-Flutter

APIManager-Flutter is a flutter library that can manage the API calls from a single place.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codecov

ABOUT PROJECT

APIManager-Flutter

APIManager-Flutter is an API manager for flutter applications that can manage the API calls from a single place.

🔮 What's an API?


When you use an application on your mobile phone, the application connects to the Internet and sends data to a server. The server then retrieves that data, interprets it, performs the necessary actions and sends it back to your phone. The application then interprets that data and presents you with the information you wanted in a readable way. This is what an API is - all of this happens via API.

💡 What's Unique?


The handling of APIs is usually messy. So here we present to you a much simplified way to beautifully handle the API calls.

Features

Here's the list of your all-in-one service

  • Manage token
  • Basic CRUD operations
  • Handle authorization
  • Upload file
  • Download file
  • Enable logging
  • Manage token transaction along with the security

Want to Contribute

Here's a way to start contributing

You are always WELCOME! We are are excited to see your awesome PRs.

NOTE: Please abide by the CODE OF CONDUCT.

Author & Maintainer ✒️

DIPANSHU

About

APIManager-Flutter is a flutter library that can manage the API calls from a single place.

License:GNU General Public License v3.0


Languages

Language:Dart 95.6%Language:Swift 3.1%Language:Kotlin 1.0%Language:Objective-C 0.3%