diazsasak / subscription-app

Simple flutter app that use json-server as mock API and GetX as bloc implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

subscription_app

Simple flutter app that use json-server as mock API and GetX as bloc implementation.

Reference:

Getting Started

  • Please clone the server and follow installation instruction at https://github.com/diazsasak/json-server
  • install json-server globally "npm install -g json-server"
  • Navigate to project directory and run the server with "json-server db.json --routes routes.json --watch db.json --host 0.0.0.0"
  • Set server address to your local IP address at server_address.dart. If you're using android emulator you can use IP 10.0.2.2:3000
  • Before build and run on iOS, please run "pod install" in ios/ directory

About

Simple flutter app that use json-server as mock API and GetX as bloc implementation


Languages

Language:Dart 95.4%Language:Ruby 3.3%Language:Swift 1.0%Language:Kotlin 0.3%Language:Objective-C 0.1%