JideGuru / rich_editor

WYSIWYG editor for Flutter with a rich set of supported formatting options. (WIP)
https://pub.dev/packages/rich_editor
Apache License 2.0
123 stars 34 forks source link

Unsupported operation: Platform._operatingSystem #11

Open aaongr opened 3 years ago

aaongr commented 3 years ago

When I run the example app I get the error:

Unsupported operation: Platform._operatingSystem

This happen in the latest ver 0.0.4

JideGuru commented 3 years ago

What platform were you running it on?

aaongr commented 3 years ago

MacOS I forked the package and correct all the references of Platform.isAndroid to !kIsWeb && Platform.isAndroid but now the editor reports:

TargetPlatform.macOS is not yet supported by the flutter_inappbrower plugin

and does not working (in web)....

JideGuru commented 3 years ago

There is no web support yet. I'm actively working on that and I'll inform you when it's done

aaongr commented 3 years ago

Excellent.... Thank you.... Do you have some time frame in mind? A few weeks, months, etc...

Would you like to pr the fix for the Unsupported operation: Platform._operatingSystem message?