jaguar_orm RangeError: Invalid value: Not in range 0..1114111, inclusive: -1 · Issue #192 · Jaguar-dart/jaguar_orm · GitHub
More Web Proxy on the site http://driver.im/
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
jaguar_orm RangeError: Invalid value: Not in range 0..1114111, inclusive: -1
it's a breaking change in dart 2.8. downgrade to dart 2.7
await userBean.createTable ();
Error rangeerror: invalid value: not in range 0.. 1114111, inclusive: - 1
I found that dart SDK 2.8 is too high, and it has been downgraded to 2.7
Hope to match the higher version of dart.
https://stackoverflow.com/questions/61534696/rangeerror-invalid-value-not-in-range-0-1114111-inclusive-1-when-trying-to
The text was updated successfully, but these errors were encountered: