fb_auth_hisma 0.3.0+4 fb_auth_hisma: ^0.3.0+4 copied to clipboard
Provides a hisma hierarchical state machine that implements Firebase authentication and user management.
0.3.0+4 #
- Update a dependency to the latest release.
0.3.0+3 #
- Update a dependency to the latest release.
0.3.0+2 #
- REFACTOR: OnErrorAction instead of Action.
- REFACTOR: Self-transitions and aux states to InternalTransition.
- FIX: Changed onError type to Action.
0.3.0+1 #
- Update a dependency to the latest release.
0.3.0 #
Note: This release has breaking changes.
- FIX: Added unawaited_futures to analysis. Fixed findings.
- FIX: Added actions to set datat to arg.
- FIX: Changed usage of machine.data to arg.
- BREAKING FIX: Added files accidentally left out from previous commit.
0.2.0+1 #
- Update a dependency to the latest release.
0.2.0 #
Note: This release has breaking changes.
- BREAKING FEAT: Guard method got machine & data parameters #13.
0.1.1+3 #
- Update a dependency to the latest release.
0.1.1+1 #
- Update a dependency to the latest release.
0.1.1 #
- FIX: Added instruction to use flutterfire to configure fb_auth_hisma_example. Also changed assert to log in login_machine.dart.
- FIX: Renamed hisma_vis_server.dart to visma.dart and added dart docs to library declarations.
- FEAT: Initial commit on GitHub.
0.1.0 #
- Initial development release.