I can't get this lib to work using an the example or the screenshots on pub.dev.
I get the very basic error: Type 'Auth' not found even though I imported the library like this:
import 'package:auth/auth.dart' if (dart.library.html) 'package:auth/auth_web.dart';
Are the examples up to date?