Skip to content

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

Notifications You must be signed in to change notification settings

diazsasak/subscription-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages