Bump version 1.0.6+6 into main#94
Merged
Merged
Conversation
- Add tests for `ThemeExtension` to verify `isDark`, `currentTheme`, and `themeAsset` functionality across light and dark modes. - Add tests for `getExtendedVersionNumber` to validate version parsing, padding, metadata stripping, and comparison logic.
- Add comprehensive tests for URL, email, and phone number validation. - Add `maxLengthValidator` tests with mocked localizations. - Implement tests for `FileValidator` to verify MIME types and signatures for PDF, DOC, TXT, and MP4 files. - Add unit tests for `ValidatedFileResult` to ensure correct error reporting and immutability.
…_bar [Test] Add unit tests for blocs, use cases, and repositories
[Feature] Implement an AI ChatBot
[Feature] Implement in-app review service and integrate into home screen
…ctory_name [Fix] Rename theme extention directory to extension
[Chore] Upgrade Flutter SDK to 3.41.9 and Dart to 3.11.5
# Conflicts: # lib/presentation/chat/widgets/chat_conversation_tile.dart # lib/presentation/chat/widgets/message_types.dart # lib/presentation/chat/widgets/new_message_text_field.dart # lib/presentation/chat/widgets/search_text_field.dart # pubspec.lock
[Feature] Implement chat functionality and update its golden test case
…iquid_glass_design # Conflicts: # pubspec.lock
…sign [Feature] Apply liquid glass design to AI chat bottom sheet
- added optional DateTime? now param so tests can inject a fixed reference point - in production, now is omitted and falls back to getCurrentDateTime() as before - added doc comment explaining the param for future developers
- moved MockAppLocalizations and MockLocalizationsDelegate into test_helpers.dart - fixed MockLocalizationsDelegate.load() to use SynchronousFuture so localizations resolve on the first frame - added runValidator() helper on WidgetTester to remove repeated pumpWidget boilerplate from all validator tests - removed duplicate MockAppLocalizations class from 10 bloc and screen test files - fixed date_time_extensions_test to pass now: base into timeAgo() so the test is deterministic regardless of real system time
[Tests] Add Unit Test Cases for Extension and Validator
[Refactor] Adopt shorthand enum syntax across the app
# Conflicts: # lib/presentation/search/widgets/empty_search_view.dart
[Refactor] Update navigation and UI components in home screen
[Chore] Bump up version to 1.0.6+6
meghap-solguruz
approved these changes
May 22, 2026
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.
Pull Request
Description
Type of Change
Screenshots (if applicable)
Checklist
Additional Notes