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.
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.
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', |