-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Report from amorevino developer:
Describe the bug
We have an SDK for Dart: https://pub.dev/packages/ory_client
This is created with Dart version 2.0. Dart support for null safety was added in 2.8 (https://dart.dev/null-safety).
This leads to errors when developing Flutter apps.
To Reproduce
https://pub.dev/packages/ory_client/score
Package is not null safe
Because:
package:ory_client/api.dart where package:ory_client/api.dart is opting out from null safety.
Expected behavior
Package is null safe.
Additional context
I do not have experience using the package, so let me know if this is a trivial error or can be worked around easily.
Metadata
Metadata
Assignees
Labels
No labels