Add new option parse_animation to parse metadata for animated images#676
Merged
AlexV525 merged 19 commits intoFlutterGen:mainfrom Jul 17, 2025
Merged
Add new option parse_animation to parse metadata for animated images#676AlexV525 merged 19 commits intoFlutterGen:mainfrom
parse_animation to parse metadata for animated images#676AlexV525 merged 19 commits intoFlutterGen:mainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #676 +/- ##
==========================================
- Coverage 96.60% 96.49% -0.11%
==========================================
Files 24 24
Lines 883 914 +31
==========================================
+ Hits 853 882 +29
- Misses 30 32 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8c3f16c to
c126a82
Compare
AlexV525
reviewed
Apr 15, 2025
Member
|
Also the workflow is complaining about untracked changes |
Co-authored-by: Alex Li <github@alexv525.com>
Co-authored-by: Alex Li <github@alexv525.com>
Co-authored-by: Alex Li <github@alexv525.com>
1382b0f to
010cae8
Compare
Contributor
Author
|
All issues and comments should have been addressed or replied. Please take a look at these changes. Thanks. |
# Conflicts: # packages/core/lib/generators/integrations/image_integration.dart # packages/core/lib/generators/integrations/svg_integration.dart # packages/core/test_resources/actual_data/assets_assets_camel_case.gen.dart # packages/core/test_resources/actual_data/assets_assets_change_class_name.gen.dart # packages/core/test_resources/actual_data/assets_assets_directory_path.gen.dart # packages/core/test_resources/actual_data/assets_assets_directory_path_with_package_parameter.gen.dart # packages/core/test_resources/actual_data/assets_assets_exclude_files.gen.dart # packages/core/test_resources/actual_data/assets_assets_flavored.gen.dart # packages/core/test_resources/actual_data/assets_assets_no_integrations.gen.dart # packages/core/test_resources/actual_data/assets_assets_package_parameter.gen.dart # packages/core/test_resources/actual_data/assets_assets_package_parameter_disable_null_safety.gen.dart # packages/core/test_resources/actual_data/assets_assets_parse_metadata.gen.dart # packages/core/test_resources/actual_data/assets_assets_snake_case.gen.dart # packages/core/test_resources/actual_data/assets_change_output_path.gen.dart # packages/core/test_resources/actual_data/assets_normal.gen.dart # packages/core/test_resources/actual_data/assets_only_flutter_value.gen.dart # packages/core/test_resources/actual_data/assets_wrong_output_path.gen.dart
AlexV525
approved these changes
Jul 17, 2025
Merged
AlexV525
added a commit
that referenced
this pull request
Jul 17, 2025
## 5.11.0 **Feature** - [#576](#576) Add support for deferred components. by [@ianmaciel](https://github.com/ianmaciel) - [#676](#676) Add new option `parse_animation` to parse metadata for animated images. by [@huandu](https://github.com/huandu) - [#680](#680) Add svg `ColorMapper` to svg loader. by [@AlexV525](https://github.com/AlexV525) - [#685](#685) Use `.vec` SVG class for `vector_graphics_compiler` transformed assets. by [@Albert221](https://github.com/Albert221) - [#697](#697) Refactor how generated files are being formatted. by [@AlexV525](https://github.com/AlexV525) **Development** - [#681](#682) Bump `dart_style` v3 which also requires Dart 3.4. by [@AlexV525](https://github.com/AlexV525) - [#682](#682) Add Facts generate utils. by [@AlexV525](https://github.com/AlexV525) - [#694](#694) Use fine-grained logger instead of `stdout.writeln`. by [@AlexV525](https://github.com/AlexV525) - [#698](#698) Improve workflow with automatic formatting. by [@AlexV525](https://github.com/AlexV525) - [#699](#699) Allow `build 3.0.0`. by [@davidmorgan](https://github.com/davidmorgan)
martinmatiop112-png
approved these changes
Aug 12, 2025
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.
What does this change?
Fixes #675
Type of change
Please delete options that are not relevant.
Checklist:
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
melos run test)melos run formatto automatically apply formatting)