The most codeless way to write Rest API in Flutter (Retrofit + Freezed) What you get from here? Reduced code and autocomplete from model First, i have an API https://yourawesomeurl.com/user that returns the following result, so lets make it useable
Flutter Custom flutter material colors import 'dart:ui'; import 'package:flutter/material.dart'; MaterialColor createMaterialColor(Color color) { List strengths = <double>[.05]; Map<int, Color> swatch = {}; final int r = color.red, g
VR Hackathon (Smart Factory) The most crowded hackathon I had ever attend. Although we did not get into Top3, it was fun. I had learned how to corporate & distribute tasks among my three
Projects ErRUNd Another FoodPanda clone + community feature. This is not my idea. But this is my MVP!ErRUNd is an app that provides a platform for people to offer help and request
3 Days of Code MMU Hackathon (FaceTendance) The first hackathon in my campus 😋 My first hackathon without sleeping. We hack whole day long until the next day morning pitching session. Theme of this hackathon: Data, Finance, Education.
Projects RocketMMU Automatically authenticate campus captive portal in background mode when connects to open wifi in campus. The application is created to help students from Multimedia University (MMU) to connect the campus
UniSZA-MMU Hackathon (Swipyness) My very first hackathon (Oct '17) I couldn't imagine we did impress the judges and get the 1st prize 🎉🎉🎉 The theme for this hackathon is 'Happiness'. So, we planned to
Syntax highlighting test import 'dart:async'; const news = '<gathered news goes here>'; const oneSecond = Duration(seconds: 1); // Imagine that this function is more complex and slow. :) Future<String&