Skip to content

Instantly share code, notes, and snippets.

View arifai's full-sized avatar
:octocat:
Welcome to my profile!

Ahmad Rifa'i arifai

:octocat:
Welcome to my profile!
View GitHub Profile
@arifai
arifai / api_client.dart
Last active May 6, 2019 15:32
Data dari API tidak mau tampil
import 'dart:convert';
import 'package:misiku/utils/network_utils.dart';
class ApiClient {
NetworkUtil net;
JsonDecoder _decoder = new JsonDecoder();
final String _baseUrl = "https://private-d63de-fatkhur1960.apiary-mock.com/api";
ApiClient() {