6 ms·
I recently started building an offline, desktop app in Flutter as a collection of dev utilities: https://github.com/nileshtrivedi/devtoolbox https://github.com/
by mathnmusic 5y ago
I recently started building an offline, desktop app in Flutter as a collection of dev utilities: https://github.com/nileshtrivedi/devtoolbox https://github.com/nileshtrivedi/devtoolbox
Flutter was a promising choice as it'd give me Windows, Mac OS and Linux build from a single codebase - and even the possibility of orgs running this internally as a self-hosted webapp. But one of the ideas I had was to bundle CyberChef with my app and open in a webview. Turns out, Flutter doesn't support webviews on desktop platforms at all. https://github.com/nileshtrivedi/devtoolbox/issues/4 https://github.com/nileshtrivedi/devtoolbox/issues/4
- abhimanyu003 5y agoThat looks nice, I also worked on something similar but CLI based. It's having both TUI as well as CLI modes. https://github.com/abhimanyu003/sttr https://github.com/abhimanyu003/sttr Since it's written in GO, you can run it pretty much anywhere you like :) ( cross platform ) Yes, it support file inputs as well.
- harcipulyka 5y agoYou should check out the WebViewX plugin, for simple websites it works without any drawbacks, even though it's pretty hard to find by just searching for it
- mathnmusic 5y agoIf this is the right package, this too doesn't seem to support desktop platforms: https://pub.dev/packages/webviewx https://pub.dev/packages/webviewx