Merged
Conversation
…enerated providers - Updated 'sortable_notifier.g.dart', 'token_container_notifier.g.dart', 'token_folder_notifier.g.dart', and 'token_notifier.g.dart' to change provider declarations from 'const' to 'final'. - Adjusted the runBuild method in token-related notifiers to use handleCreate instead of handleValue for better async handling. - Updated pubspec.lock with new package versions and dependencies. - Updated pubspec.yaml to reflect new dependency versions for flutter_local_notifications, home_widget, no_screenshot, riverpod_annotation, and riverpod_generator. - Modified tests_app_wrapper.mocks.dart to improve mock implementations and adhere to best practices.
- Updated imports to use PushDefaultRequest instead of PushRequest. - Modified test cases to create PushDefaultRequest instances with serial and nonce instead of id. - Adjusted state creation and verification logic to align with the new request model. - Enhanced legacy migration tests to ensure proper handling of push request states.
…r push request dialog
- Updated PushChoiceRequest constructor to use super.accepted directly. - Added ForceBiometricOption enum to token.dart for better biometric handling. - Enhanced Token class with clearer formatting and improved error handling in fromJson and fromOtpAuthMap methods. - Refactored logger.dart for better readability and consistency in logging methods. - Improved object_validator.dart with consistent formatting and enhanced error messages. - Refactored delete_container_dialog.dart for better readability and structure in dialog presentation and actions.
…e safety and error handling - Updated PrivacyideaIOClient to include detailed result types in PiServerResponse. - Enhanced error handling in asPiServerResponse, asPiResponseSuccess, and asPiErrorResponse methods. - Refactored PushRequestNotifier to use Mutex for thread safety and improved state management. - Updated push request handling methods to return detailed responses instead of boolean values. - Added logging for better debugging and error tracking. - Updated dependencies in pubspec.lock for compatibility with Dart SDK 3.9.0 and Flutter 3.18.0.
- Added braces to conditional statements for better clarity in logger methods. - Updated mutex handling in PushRequestNotifier to use a single mutex for updating requests. - Introduced a new method to handle push request acceptance in PushDefaultDialog. - Enhanced error handling and logging in push request dialogs. - Improved formatting and readability in various widget files. - Updated json_annotation dependency to version 4.11.0. - Cleaned up unit tests by removing unnecessary print statements.
…ts with mock response
…ut and readability; streamline PushActionButton usage across dialogs
…ing in PushDefaultDialog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.