Marcelo Tardelli Magalhães

Results 4 comments of Marcelo Tardelli Magalhães

I'm having the same issue on macOS (will try windows later). Just copied the example main.dart and runned. ``` Launching lib/main.dart on macOS in debug mode... Building macOS application... [ERROR:flutter/lib/ui/ui_dart_state.cc(186)]...

Having the same issue here...

I think I managed to get it to work, here's the code for my component: ``` import { useState, useEffect } from 'react' import RichTextEditor from 'react-rte' import Container from...