ibrierley / flutter_map_line_editor

A basic line/poly editor that works with flutter_map and dragmarkers.
MIT License
44 stars 25 forks source link

Non-nullable instance field 'polyEditor' must be initialized. #16

Closed yechta closed 3 years ago

yechta commented 3 years ago

I get this error whenever I try to run the code.

How can I solve this? Thank you.

ibrierley commented 3 years ago

Are you trying the nullsafe branch ?

yechta commented 3 years ago

Yes, I added the latest version

ibrierley commented 3 years ago

How are you trying to initialise it, do you have some example code, and have you tried running the examples ?