This repository was archived by the owner on Jan 20, 2026. It is now read-only.
v1.2.2
- Replace
dart:jsusage withpackage:js. This gets around adart2jsissue when compiling a Flutter app for the web and also "modernizes" the codebase a little. - Deprecated
MissingMsalJsException. This is no longer thrown even if msal.js is missing. - Added Flutter Web app example.