Skip to content

Instantly share code, notes, and snippets.

View kriticalflare's full-sized avatar
🔺
The world only makes sense when you force it to

Krithik Suvarna kriticalflare

🔺
The world only makes sense when you force it to
View GitHub Profile
import 'dart:math';
import 'package:flutter/material.dart';
MaterialColor generateMaterialColor(Color color) {
return MaterialColor(color.value, {
50: tintColor(color, 0.5),
100: tintColor(color, 0.4),
200: tintColor(color, 0.3),
300: tintColor(color, 0.2),
400: tintColor(color, 0.1),
@kriticalflare
kriticalflare / TMLEventHeads.md
Last active January 25, 2020 11:23
Set of instructions for eventheads in TML'20

So you are an Event Head in TML

The hectic time where you need to solicit participants, get their details, write them down and submit to the registration desk. What if you could do all this in a fast and easy manner?

The Technical Team of SIES GST presents to you the official app of TML 2020.

How to obtain the Event Head Functions?