marcojakob / dart-event-bus

An Event Bus using Dart Streams for decoupling applications
MIT License
755 stars 82 forks source link

flutter packages get #17

Closed viju85 closed 5 years ago

viju85 commented 5 years ago

Running "flutter packages get" in sflutter...
The current Dart SDK version is 2.1.0-dev.5.0.flutter-a2eb050044.

Because sflutter depends on event_bus >=0.1.1 <1.0.1 which requires SDK version <2.0.0 or >=2.0.0-dev.67.0 <2.0.0, version solving failed.

pub get failed (1) Process finished with exit code 1

viju85 commented 5 years ago

Closed. Updated to latest event bus version and works fine.

viju85 commented 5 years ago

Closed. Updated to latest event bus version and works fine.