wasabeef / flutter-architecture-blueprints

Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
MIT License
1.61k stars 261 forks source link

Update to Kotlin 1.4.0 #18

Closed wasabeef closed 4 years ago

wasabeef commented 4 years ago

What does this change?

What is the value of this and can you measure success?

Screenshots (Optional)

codecov-commenter commented 4 years ago

Codecov Report

Merging #18 into master will increase coverage by 5.44%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   67.90%   73.35%   +5.44%     
==========================================
  Files          34       38       +4     
  Lines         349      394      +45     
==========================================
+ Hits          237      289      +52     
+ Misses        112      105       -7     
Impacted Files Coverage Δ
lib/l10n/delegate.dart 66.66% <0.00%> (ø)
lib/ui/component/toast.dart 0.00% <0.00%> (ø)
lib/app.dart 41.66% <0.00%> (ø)
lib/ui/home/home_page.dart 86.36% <0.00%> (ø)
lib/data/model/article.dart 20.00% <0.00%> (+8.00%) :arrow_up:
lib/ui/component/article_item.dart 95.65% <0.00%> (+8.69%) :arrow_up:
lib/data/model/source.dart 36.36% <0.00%> (+18.18%) :arrow_up:
lib/l10n/localized.dart 90.00% <0.00%> (+20.00%) :arrow_up:
lib/util/ext/context.dart 100.00% <0.00%> (+60.00%) :arrow_up:
lib/ui/detail/datail_page.dart 83.33% <0.00%> (+83.33%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update df7fb4b...750e0a4. Read the comment docs.