GroovinChip / dart_class_generator

A Flutter app that can generate Dart classes. Runs on Android, Windows and Web.
https://groovinchip.github.io/dart_class_generator/#/
11 stars 3 forks source link

Make generated code selectable #3

Closed ThinkDigitalSoftware closed 2 years ago

ThinkDigitalSoftware commented 4 years ago

I couldn't hold to copy from mobile on the web app

GroovinChip commented 4 years ago

Yeah it's intentionally left to the copy button. Less work. I could make it a user setting though.

ThinkDigitalSoftware commented 4 years ago

Shouldn't that be the user's choice? Or that's the way you like it? Users are used to text being copyable on the web unless for some reason it's sensitive

GroovinChip commented 4 years ago

Fair enough, I could make it a user setting

ThinkDigitalSoftware commented 4 years ago

Ok, thank you, sir!

GroovinChip commented 4 years ago

Working on this now @ThinkDigitalSoftware

GroovinChip commented 4 years ago

Turning on code editing for the code viewer doesn't seem to work. I will speak to Rody.

GroovinChip commented 4 years ago

OK Version 0.0.5 allows an editable code viewer. However, the source code does not currently support selecting code nor does it support accurate cursor location. I know Rody has gotten it to work in https://flutterweb.app but that code is not public.

ThinkDigitalSoftware commented 4 years ago

OK, thank you