Skip to content

Conversation

fulleni
Copy link
Member

@fulleni fulleni commented Sep 29, 2025

Status

READY

Description

This pull request focuses on a comprehensive update of the project's dependencies to leverage the latest package versions and improve overall stability and performance. It also streamlines the configuration for app icons and splash screens by centralizing them and enhances the web experience with a more dynamic splash screen. Additionally, project metadata has been enriched to provide more detailed information.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

- Update version in pubspec.yaml from 1.0.1 to 1.1.0
- Update bloc from 9.0.0 to 9.0.1
- Update go_router from 16.2.1 to 16.2.4
- Update google_fonts from 6.3.1 to 6.3.2
- Update share_plus from 11.1.0 to 12.0.0
- Update very_good_analysis from 9.0.0 to 10.0.0
- Remove ansicolor, csslib, flutter_native_splash, html, universal_io
- Update version from 1.1.0 to 1.1.1
… from 10.0.0 to 12.0.0

- Remove flutter_native_splash dependency
- Update very_good_analysis to ^10.0.0
- Update share_plus to ^12.0.0
- Update bloc from 9.0.0 to 9.0.1
- Update flutter_bloc from 9.1.0 to 9.1.1
- Update go_router from 16.0.0 to 16.2.4
- Update google_fonts from 6.2.1 to 6.3.2
- Update homepage and documentation URLs
- Add funding link
- Add screenshot to package metadata
- Remove `flutter_native_splash` dependency
- Update `bloc`, `flutter_bloc`, `go_router`, `google_fonts`, `share_plus`, and `very_good_analysis` dependencies
- Update `homepage` and `documentation` URLs in pubspec.yaml
- Add `funding` link to pubspec.yaml
- Add `flutter-news-app-full-sourcecode` topic to pubspec.yaml
- Add `screenshots` configuration to pubspec.yaml
- Change the GitHub sponsors link in the pubspec.yaml file
- Updated the link from 'flutter-news-app-full-source-code-toolkit' to 'flutter-news-app-full-source-code'
- Updated share_plus dependency in pubspec.yaml
- Updated related entry in pubspec.lock
- Adjusted topics in pubspec.yaml
- Revert share_plus dependency update from ^12.0.0 to ^11.1.0
- Deleted the entire flutter_launcher_icons.yaml file
- Removed configurations for Android, web, and adaptive icons
- This change simplifies the project structure and removes unnecessary files
- Add dark and light logo images for the Flutter News App
- Update pubspec.yaml to include new logo assets
- Remove old logo entry from screenshots section
- Add descriptions for new logo assets in screenshots section
- Update Icon-192.png
- Update Icon-512.png
- Update Icon-maskable-192.png
- Update Icon-maskable-512.png
- Replace launcher_icon.png for hdpi, mdpi, xhdpi, xxhdpi, and xxxhdpi densities
- Replace old favicon with new design
…ive_splash

- Add flutter_native_splash dependency to pubspec.yaml
- Configure native splash screen settings in pubspec.yaml
- Update pubspec.lock with new dependencies
- Adjust screenshots section in pubspec.yaml
…native_splash` configurations

- Update `flutter_launcher_icons` configurations
- Update `flutter_native_splash` configurations
- Bump `bloc` to `^9.0.1`
- Bump `flutter_bloc` to `^9.1.1`
- Bump `go_router` to `^16.2.4`
- Update version to 1.2.0
- Delete logo.png image file from assets/icon directory
- Replace static splash images with adaptive ones for both Android and web
- Update splash screen HTML and CSS for web platform
- Add support for dark mode on the splash screen
- Improve splash screen removal logic
…ound

- Remove unused assets directory
- Add logo directory to assets
- Remove adaptive_icon_background configuration for flutter_launcher_icons
- Replace dark and light logo images in assets folder
- New logos likely improve visual identity and branding of the app
- Replace existing splash screen images with new versions for both light and dark themes
- Update splash screen configuration in web/index.html
- Images updated for different screen densities and device modes
- Update launcher icons for Android app in various densities
- Update favicon and web app icons including Icon-192.png, Icon-512.png,
  Icon-maskable-192.png, and Icon-maskable-512.png
Copy link

Summary of Changes

Hello @fulleni, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on a comprehensive update of the project's dependencies to leverage the latest package versions and improve overall stability and performance. It also streamlines the configuration for app icons and splash screens by centralizing them and enhances the web experience with a more dynamic splash screen. Additionally, project metadata has been enriched to provide more detailed information.

Highlights

  • Dependency Updates: Several key dependencies have been updated to their latest versions, including bloc, flutter_bloc, go_router, google_fonts, share_plus, and very_good_analysis, ensuring the project benefits from the latest features and bug fixes.
  • Configuration Refactoring: The configurations for flutter_launcher_icons and flutter_native_splash have been refactored and consolidated within pubspec.yaml, leading to a cleaner project structure. The dedicated flutter_launcher_icons.yaml file has been removed.
  • Web Splash Screen Enhancement: The web splash screen implementation in index.html has been enhanced to support light and dark modes, providing a more polished initial loading experience for web users.
  • Project Metadata Updates: The project's pubspec.yaml has been updated with a new version (1.2.0), revised homepage and documentation URLs, a new funding link, expanded topics, and added screenshots configuration.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request primarily focuses on updating dependencies and refactoring build configurations. My review identifies a few areas for improvement: a bug in the web splash screen removal logic that leaves a loader visible, a suggestion to add adaptive icon support for Android to enhance the user experience, and a minor correction for an inaccurate entry in the CHANGELOG.md. The dependency updates and other refactorings are well-executed.

- Remove `flutter-news-app-full-sourcecode` from topics
- Add `flutter` and `flutter-full-app` to topics
- Remove extra whitespace and newlines from the HTML file
- Adjust indentation for better readability
- Add missing closing tags for html and head elements
- Format code inside style tags for better visibility
- Add line breaks between HTML elements for clarity
@fulleni fulleni merged commit a92f95e into main Sep 29, 2025
0 of 2 checks passed
@fulleni fulleni deleted the Build/update-deps branch September 29, 2025 12:11
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.

1 participant