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 38 forks source link

issue: Unsupported operation: Platform._operatingSystem #12

Closed aaongr closed 3 years ago

aaongr commented 3 years ago

A wonderful day for all the World, full of potential and new possibilities

Issue: ^ Unsupported operation: Platform._operatingSystem

Reason for the issue: If you use platform.isAndroid or platform.isIOS, it will throw an exception. Fix: use kIsWeb constant workaround:

import 'package:flutter/foundation.dart' show kIsWeb;
...
if (!kIsWeb && Platform.isAndroid) {

I wish to all of Us, All the Best and an Amazing and Magical new Week :)