You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The dart runtime package at https://pub.dev/publishers/rainway.com/packages is old and doesn't match the runtime dart code (or name!) in this repository. Using bebop in dart/flutter is then harder than normal libraries as I end up copying the runtime dart files out of this repo and setting them up as a local library, rather than a normal import.
Expected behavior flutter pub add bebop_dart (or flutter pub add bebop) (and equiv for dart) should work and provide the current version of the bebop runtime for dart)
The text was updated successfully, but these errors were encountered:
Describe the bug
The dart runtime package at https://pub.dev/publishers/rainway.com/packages is old and doesn't match the runtime dart code (or name!) in this repository. Using bebop in dart/flutter is then harder than normal libraries as I end up copying the runtime dart files out of this repo and setting them up as a local library, rather than a normal import.
Expected behavior
flutter pub add bebop_dart
(orflutter pub add bebop
) (and equiv for dart) should work and provide the current version of the bebop runtime for dart)The text was updated successfully, but these errors were encountered: