Skip to content

Dart SDK not null safe #13

@vinckr

Description

@vinckr

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions