Menu
Flutter Starter LogoFlutter Starter LogoFlutter Starter
DocsGitHubHire Us
🌜
🌞
Flutter Starter LogoFlutter Starter LogoFlutter Starter
  • Docs
  • GitHub
  • Hire Us
  • Introduction
    • Getting Started
    • Motivation
    • Installation
    • Editor setup
    • Folder structure
  • Styleguide
    • Add image assets
    • Add fonts assets
    • Add splash screen
    • Add color constants
    • Add theme data
  • Build the app
    • Add routers
    • Add dependencies
  • API SDK
    • API SDK overview
    • API SDK REST
    • API SDK GraphQL
  • State management
    • Shared overview
    • Add models
    • Add resources
    • Add BLoC
  • Sample apps
    • HackerNews App
    • GithubRepo List App
    • Weather App
    • Bookstore App
  • Test
    • Add test files
  • Deployment
    • Deployment
  • Firebase Setup Guide
    • For Android
    • For iOS

API SDK overview

This folder contains all the files for API handling. It supports REST, GraphQL or Firebase. It will receive a parameter and return a JSON response to the app. It is a blackbox which will only take the body for post or ID for a get request.

  • REST
  • GraphQL
Previous
« Add dependencies
Next
API SDK REST »

Docs

  • Getting Started
  • Folder Structure
  • Examples

Community

  • Twitter
  • Stack Overflow
  • Discord

More

  • GitHub
  • Contribution Guidelines

  • Built with ❤️ at GeekyAnts
Copyright © 2021 Flutter Starter