Skip to content

Instantly share code, notes, and snippets.

View romannjoroge's full-sized avatar

romannjoroge

View GitHub Profile
@romannjoroge
romannjoroge / dart
Created August 18, 2023 07:19
Code that I have written for the CPIMS Mobile App development Hackathon flutter test
import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
import 'package:shared_preferences/shared_preferences.dart';
void main() {
runApp(const MyApp());
}