dart_pad_widget
dart_pad_widget copied to clipboard
have any way to use this editor on mobile app? [Question]
hi, have a way to use this package on flutter mobile?
Currently no, I'd gladly take a look at a pull request, but don't have the time to commit to it right now. The two ways of doing it as I understand would be:
- Use the webview_flutter package
- Redo all of dart_pad, except the backend in flutter
Option 1 probably wouldn't take too much time, but option 2 would be the best long term, especially to enable desktop support. However there are things that are a barrier to the second option right now, such as rich text editing support in flutter.
I understand, thanks so much!