dart-lang / tools

This repository is home to tooling related Dart packages.
BSD 3-Clause "New" or "Revised" License
28 stars 20 forks source link

null safety & fklutter_web_auth #358

Open chrislaurie-io opened 3 years ago

chrislaurie-io commented 3 years ago

I'm trying to run use OAuth2 in my app with null safety (sdk: ">=2.12.0 <3.0.0")

But when I build the app I get the following compile error:

Error: Cannot run with sound null safety, because the following dependencies don't support null safety:

For solutions, see https://dart.dev/go/unsound-null-safety 2

FAILURE: Build failed with an exception.

using: oauth2_client: ^2.0.0-nullsafety

ravirajk-giantleap commented 3 years ago

make sure you are using flutter_web_auth a null safety version