Phase 1: Code quality improvements - debugPrint + localization - #79
Open
i4RP wants to merge 1 commit into
Open
Conversation
…) across all files - Localize hardcoded Turkish strings with ARB keys - Add 20 new localization keys to all 10 language ARB files - Regenerate localization files with flutter gen-l10n Co-Authored-By: DAR <shoei0205@gmail.com>
Owner
|
That's great, thank you for your contribution <3 After adding package:flutter/src/foundation, the Category class became ambiguous and project cannot build. Dart can no longer determine which Category type should be used. |
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.
Summary
Phase 1 code quality improvements for the Another IPTV Player app.
Changes
1. Replace debug print() with debugPrint()
print()statements withdebugPrint()across 13 filespackage:flutter/foundation.dartimports where needed2. Localize hardcoded Turkish strings
content_states.dart: Error message and retry buttonsearch_screen.dart: Series not found messageplayer_widget.dart: Channel overlay titles, content type display namesvideo_favorite_widget.dart: Favorite toggle tooltip3. Add 20 new localization keys
flutter gen-l10nVerification
flutter analyzepasses with no new errorsLink to Devin run: https://app.devin.ai/sessions/8a252fa3eda1489c8e801a2d1c337db5
Requested by: DAR (@i4RP)