rodydavis / signals.dart

Reactive programming made simple for Dart and Flutter
http://dartsignals.dev
Apache License 2.0
437 stars 50 forks source link

When use version 5.0.0-beta.12 of the SignalsAutoDisposeMixin, flutter run error. #229

Closed cheft closed 5 months ago

cheft commented 5 months ago

Error (Xcode): ../../../../.pub-cache/hosted/pub.dev/signals_flutter-5.0.0-beta.10/lib/src/watch/widget.dart:175:5: Error: The method 'reloadSignalsDevTools' isn't defined for the class '_WatchState'. Could not build the application for the simulator. Error launching application on iPhone 15 Pro.

../../../../.pub-cache/hosted/pub.dev/signals_flutter-5.0.0-beta.10/lib/src/watch/widget.dart:175:5: Error: The method 'reloadSignalsDevTools' isn't defined for the class '_WatchState'.

Command PhaseScriptExecution failed with a nonzero exit code BUILD FAILED

Building macOS application...
Error: Build process failed

rodydavis commented 5 months ago

Thanks for catching this, will make sure it's fixed 👍🏼