-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor change the package name #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
f7b90a1
refactor(dependencies): migrate to flutter-news-app-full-source-code …
fulleni e01c1e2
ci: configure dependabot and update GitHub Actions
fulleni abbc6b8
refactor(dependencies): update package imports and rename classes
fulleni 76095a7
refactor(dependencies): migrate to generic data and auth repositories
fulleni 0f9a8d5
docs(README): update project name and URLs
fulleni 47971e8
refactor(app_configuration): update imports and exceptions
fulleni 736ce0b
refactor(authentication): update imports and exceptions
fulleni c616421
refactor(authentication): update package imports to flutter_news_app_…
fulleni cf79a1e
refactor(content_management): migrate to core and data_repository pac…
fulleni 9252be5
refactor(dashboard): update imports and dependencies
fulleni 34d4c85
refactor(settings): migrate to core library and update error handling
fulleni 68b8a08
refactor(l10n): update import path for AppLocalizations
fulleni 751e3c5
refactor(router): update imports and repository references
fulleni e2a98c8
refactor(localization): update import statements for localization
fulleni e6913c5
refactor(dependencies): reorganize dependencies and move imports
fulleni 471c000
docs(README): comprehensive update with new structure and content
fulleni 503f90d
docs(README): update app run instructions
fulleni 37e5984
docs(README): add explanation for AppEnvironment.production
fulleni 54e0c42
docs(README): update app name and environment note
fulleni b8a5dbb
fix(web): update app title and manifest
fulleni File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The use of raw HTML (
<p>
) and inline styles within a Markdown blockquote (>
) is unconventional and can lead to inconsistent rendering across different Markdown viewers. The*
surrounding the<p>
tag might also not produce the intended italicization reliably.For better portability and maintainability, it's recommended to stick to standard Markdown syntax where possible. If the grey color is not a strict requirement, you can simplify this to a standard italicized blockquote, which is cleaner and more idiomatic.