Skip to content

wayne900204/Flutter-Api-Get-Bloc

Repository files navigation

Api-Get-Using-Bloc

A new Flutter application.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Api-Get-Using-Bloc

My Github,

📫 Reach me [email protected]

My API JSON

{
  "success" : true,
  "message" : "SUCCESS",
  "data" : [ {
    "id" : 0,
    "name" : "八方雲集沙鹿靜宜店",
    "description" : "營業時間:10:00 – 21:00\n中午不外送",
    "phone" : "0426321128",
    "address" : "台中市沙鹿區英才路17號",
    "lowest_price" : 300
  }, {
    "id" : 1,
    "name" : "偉哥鹹酥雞台中靜宜店",
    "description" : "營業時間:15:30 – 12:15\n沒有提供外送服務",
    "phone" : "0423809838",
    "address" : "臺中市沙鹿區北勢東路517之1號",
    "lowest_price" : 0
  } ]
}

Releases

No releases published

Languages