Skip to content

Instantly share code, notes, and snippets.

View prateek-aher's full-sized avatar

Prateek Aher prateek-aher

View GitHub Profile
import 'dart:convert';
import 'package:http/http.dart';
import 'model.dart';
class HttpService {
final String postsUrl =
"https://test.dabbawala.ml/mobileapi/vendor/getallitems.php";
Future<List<Model>> getData() async {
Center(
child : Text("Hello World!");
);