Geno Racklin Asher

Results 4 issues of Geno Racklin Asher

The `Load GHCi` button currently runs `stack ghci`, but when run outside a stack project, this warning is output: Warning: No local targets specified, so ghci will not use any...

enhancement

I have a widget containing a button which navigates using routemaster: ```dart ElevatedButton( child: const Text("Do Something"), onPressed: () { // Do some things ... Routemaster.of(context).push("/route2"); }, ) ``` Then,...

When the app is generated, the window always has the title `desktop`. It would be great if the title of the window could be changed using the `` element, or...

This pull request replaces #14 and includes more recent commits to the repo. **Work that still needs to be done before this can be merged:** - [ ] Fixing some...

translation