Skip to content
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

Update dependencies #30

Merged
merged 20 commits into from
Oct 14, 2023
Merged

Update dependencies #30

merged 20 commits into from
Oct 14, 2023

Conversation

juanleondev
Copy link
Contributor

@juanleondev juanleondev commented Sep 8, 2023

Information

  • Updated flutter and dependencies to the last version.
  • Formatted
  • Updated iOS and Android configuration for example
  • Added steps to CI
  • Replaced flutter_lints with very_good_analysis

Screenshot

Screenshot 2023-09-08 at 18 03 47

Closes #28

@@ -85,7 +83,9 @@ class PCacheImage extends ImageProvider<PCacheImage> {
return SynchronousFuture<PCacheImage>(this);
}

// TODO(chrischv): Replace [DecoderCallback] with [ImageDecoderCallback]
Copy link
Member

Choose a reason for hiding this comment

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

FTR: After merge this PR, create an issue to keep track this TODO

Copy link
Member

@ChrisChV ChrisChV left a comment

Choose a reason for hiding this comment

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

@juanleondev All looks good, could you please check the tests and coverage?

@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

Merging #30 (dc8544a) into master (1c27fdd) will increase coverage by 2.37%.
Report is 3 commits behind head on master.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   90.24%   92.62%   +2.37%     
==========================================
  Files           5        5              
  Lines         123      122       -1     
==========================================
+ Hits          111      113       +2     
+ Misses         12        9       -3     
Files Coverage Δ
lib/paulonia_cache_image.dart 77.41% <ø> (ø)
lib/paulonia_cache_image_mobile.dart 95.55% <100.00%> (+6.42%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ChrisChV ChrisChV merged commit fe0b3a2 into PauloniaAQP:master Oct 14, 2023
3 checks 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.

Update dependencies
2 participants