oidc_web_core 0.3.0 copy "oidc_web_core: ^0.3.0" to clipboard
oidc_web_core: ^0.3.0 copied to clipboard

Platformweb

dart web package for oidc protocol

example/README.md

A bare-bones Dart web app.

Uses package:web to interop with JS and the DOM.

Running and building #

To run the app, activate and use package:webdev:

dart pub global activate webdev
webdev serve

To build a production version ready for deployment, use the webdev build command:

webdev build

To learn how to interop with web APIs and other JS libraries, check out https://dart.dev/interop/js-interop.