Skip to content

Bump version 1.0.6+6 into main#94

Merged
vishaltsolguruz merged 43 commits into
mainfrom
develop
May 22, 2026
Merged

Bump version 1.0.6+6 into main#94
vishaltsolguruz merged 43 commits into
mainfrom
develop

Conversation

@vishaltsolguruz

@vishaltsolguruz vishaltsolguruz commented May 22, 2026

Copy link
Copy Markdown
Collaborator

Pull Request

Description

Type of Change

  • Bug fix
  • New feature
  • Code refactoring
  • Test cases
  • Documentation update
  • UI/UX improvement
  • Performance improvement
  • Build configuration change
  • Other (please describe):

Screenshots (if applicable)

Checklist

  • Before requesting for review, I have self reviewed all the changes in this PR
  • My code follows the project's coding style guidelines
  • I have added any necessary tests
  • New and existing tests pass locally with my changes
  • Github pipeline passes with my changes

Additional Notes

vishaltsolguruz and others added 30 commits April 9, 2026 15:45
- 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
vishaltsolguruz and others added 13 commits May 18, 2026 10:20
- 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
@vishaltsolguruz vishaltsolguruz merged commit 21f8ba1 into main May 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants