sign_in_with_apple_js 1.0.6 sign_in_with_apple_js: ^1.0.6 copied to clipboard
A Dart wrapper for the 'Sign in with Apple JS' framework with helper methods to simplify usage.
[1.0.6] - 2020-01-30 #
Fixed #
- Removed duplicate library declaration
1.0.5 - 2020-01-30 #
Changed #
- Using this package outside of the web throws exceptions
1.0.4 - 2020-01-29 #
Changed #
- Renamed wrapper file
- Add
AuthI
interface- Moved
init
andsignIn
into [AuthI auth]
- Moved
- Add
SignInErrorI
to js wrapper
1.0.3 - 2020-01-29 #
Fixed #
- Additional stubs for native support
1.0.2 - 2020-01-29 #
Fixed #
- Native support
1.0.1 - 2020-01-29 #
Added #
- Missing docstrings
- Export wrapper in main library
- Pedantic static analysis
Fixed #
- Resolve lint issues
1.0.0 - 2020-01-29 #
- Initial release