-
Notifications
You must be signed in to change notification settings - Fork 55
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
Upgraded pub packages for Flutter v3.13.6 #256
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #256 +/- ##
==========================================
- Coverage 82.61% 82.60% -0.02%
==========================================
Files 107 107
Lines 3163 3161 -2
==========================================
- Hits 2613 2611 -2
Misses 550 550
☔ View full report in Codecov by Sentry. |
controller.value = controller.value.typed('a'); | ||
controller.value = controller.value.typed('b'); | ||
controller.value = controller.value; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is useful to test that changing to the same value doesn't create a history record
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
example/lib/02.code_field % flutter run: