Skip to content

Instantly share code, notes, and snippets.

View vishnumohanrk's full-sized avatar
🎯
Focusing

Vishnumohan R K vishnumohanrk

🎯
Focusing
View GitHub Profile
import 'package:flutter/material.dart';
class NavigatorPage extends StatefulWidget {
const NavigatorPage({ Key key, this.child }) : super(key: key);
final Widget child;
@override
_NavigatorPageState createState() => _NavigatorPageState();
}

Put the script.cmd file inside this directory

C:\Users\<user name>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

to run at startup.

Modify the ports in network.ps1 to your needs.

@vishnumohanrk
vishnumohanrk / CurrencyAbbreviations.js
Last active May 29, 2020 17:35
Major Currencies and Their abbreviations
export default {
CAD: 'Canadian Dollar',
HKD: 'Hong Kong Dollar',
ISK: 'Icelandic Króna',
PHP: 'Philippine peso',
DKK: 'Danish Krone',
HUF: 'Hungarian Forint',
CZK: 'Czech Koruna',
GBP: 'Pound sterling',
RON: 'Romanian Leu',