-
Notifications
You must be signed in to change notification settings - Fork 6
Provide a way to import observe without mirrors #86
Comments
This is just to support PathObservers, and even then Where is this being used from? What is it used for? |
If you are only using ObservableList/Map then one possible short-term fix could be to refactor our code internally to not import |
I am using it in a Flutter app, which doesn't use |
@yjbanov - I'm about to look at this, just wanted to confirm with you that you are not using PathObserver, but only using ObsevableList/Map? |
actually - I'm curious also about your uses of the |
This came up when I tried to get |
thanks! |
I just ran into this as well. Any updates? |
Currently,
package:observe
pulls inpackage:smoke
which pulls indart:mirrors
. Flutter is allergic todart:mirrors
and crashes immediately. Please provide a way to importpackage:observe
without mirrors.The text was updated successfully, but these errors were encountered: