hamuga_id_sdk 0.0.10 copy "hamuga_id_sdk: ^0.0.10" to clipboard
hamuga_id_sdk: ^0.0.10 copied to clipboard

A Flutter package that provides a HamugaIdButton widget for easy integration with Hamuga ID authentication.

0.0.10 #

  • Fixed auth callback parsing for Android-style fragment responses such as #code=... and #error=....
  • Improved README setup guidance for redirect URI configuration on Android and iOS.

0.0.9 #

  • Updated homepage URL to https://id.hamuga.mn/about.

0.0.8 #

  • Example App Update: Changed redirect URI scheme to hamugaidsdkflutter for consistency.

0.0.7 #

  • Singleton Architecture: Introduced HamugaId.initialize() for global configuration.
  • Reactive Results: Added HamugaId.instance.onAuthResponse stream for reactive auth handling.
  • Security Improvement: Added cryptographically secure random state generation.
  • Improved Button DX: HamugaIdButton now uses global config; per-button overrides still supported.
  • Internal Logging: Added enableLogging flag in HamugaIdConfig for debug output.
  • Documentation: Added comprehensive DartDocs to all public APIs.

0.0.6 #

  • Exposed HamugaId.open for custom authentication flows.
  • Refactored HamugaIdButton to use HamugaId.open.
  • Moved enums to types.dart and exported them.

0.0.5 #

  • Initial release of the Hamuga ID SDK.
  • Added HamugaIdButton for authentication.
  • Included various button styles, sizes, and scopes.
0
likes
150
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a HamugaIdButton widget for easy integration with Hamuga ID authentication.

Homepage

License

MIT (license)

Dependencies

app_links, flutter, flutter_svg, url_launcher

More

Packages that depend on hamuga_id_sdk