A Flutter plugin for integrating the Monaco Editor (VS Code's editor) into Flutter applications via WebView. Check the live demo here to try Flutter Monaco in your browser.
To use this package you must first wrap your top most widget with Portal as this package uses flutter_portal to show the options view. (Credits to: Remi Rousselet) Portal, is the equivalent of ...