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

State restoration #18

Merged
merged 7 commits into from Oct 21, 2021
Merged

State restoration #18

merged 7 commits into from Oct 21, 2021

Conversation

pr0gramista
Copy link
Owner

@pr0gramista pr0gramista commented Oct 21, 2021

Description

Basic support for state restoration. Currently supports only collections and primitives.

Also fixes deprecated accentColor in Theme and prevents running same GitHub action checks twice.

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

@pr0gramista pr0gramista changed the title Feature/restoration State restoration Oct 21, 2021
@codecov
Copy link

codecov bot commented Oct 21, 2021

Codecov Report

Merging #18 (7179793) into master (88fcd1c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #18   +/-   ##
=======================================
  Coverage   97.05%   97.06%           
=======================================
  Files          13       13           
  Lines         612      613    +1     
=======================================
+ Hits          594      595    +1     
  Misses         18       18           
Impacted Files Coverage Δ
lib/src/fields/checkbox_super_form_field.dart 100.00% <100.00%> (ø)
lib/src/super_form.dart 96.60% <100.00%> (+0.24%) ⬆️
lib/src/fields/text_super_form_field.dart 90.90% <0.00%> (-0.17%) ⬇️
lib/src/fields/radio_super_form_field.dart 100.00% <0.00%> (ø)
lib/src/fields/slider_super_form_field.dart 100.00% <0.00%> (ø)
lib/src/fields/dropdown_super_form_field.dart 100.00% <0.00%> (ø)

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 0d058cd...7179793. Read the comment docs.

@pr0gramista pr0gramista merged commit 5c29d68 into master Oct 21, 2021
@pr0gramista pr0gramista deleted the feature/restoration branch October 21, 2021 19:14
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.

None yet

1 participant