Commit 500833b
Fix for label overflows in Radio Groups (#431)
* #317 fix for initializing signature
* resolve review comments
* fix final review comments
* v3.11.3 docs
* add txtstyle params and re-implmenet numberFormat (#343)
* add txtstyle params and re-implmenet numberFormat
* rename fieldTextStyle and add it as a fallback
* Fix bug in ChoiceChip & FilterChip where using FieldOption label instead of child breaks app. Closes #348
* Added labelPadding and labelStyle to ChoiceChip field
* Added const keyword to constructor.
* Added an extra deprecated annotation so that users are alerted to the deprecation of label. (I noticed that my code was not alerting with the deprecation only on the field declaration.)
* Dependency upgrades.
* chages to fix teh overflow with labels
Co-authored-by: Danvick Miller <[email protected]>
Co-authored-by: William Cunha Cardoso <[email protected]>
Co-authored-by: Anthony Whitford <[email protected]>1 parent 81476a0 commit 500833b
File tree
3 files changed
+24
-14
lines changed- example/lib
- lib/src/widgets
3 files changed
+24
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| 371 | + | |
371 | 372 | | |
372 | 373 | | |
373 | 374 | | |
374 | 375 | | |
375 | 376 | | |
376 | | - | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
377 | 385 | | |
378 | 386 | | |
379 | 387 | | |
| |||
562 | 570 | | |
563 | 571 | | |
564 | 572 | | |
565 | | - | |
| 573 | + | |
566 | 574 | | |
567 | 575 | | |
568 | 576 | | |
| |||
583 | 591 | | |
584 | 592 | | |
585 | 593 | | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
595 | 599 | | |
596 | | - | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
597 | 604 | | |
598 | 605 | | |
599 | 606 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
298 | 300 | | |
299 | 301 | | |
300 | 302 | | |
| |||
0 commit comments