dartnative_assists 0.1.1
dartnative_assists: ^0.1.1 copied to clipboard
Analyzer plugin for DartNative: the Flutter-style wrap, remove, swap and convert widget assists, plus warnings for behaviours that fail silently.
0.1.1 #
- Shorter package description for pub.dev.
0.1.0 #
Initial release.
Assists on a DartNative widget creation:
- Wrap with Center, Container, Padding, SizedBox, Expanded, Flexible, SafeArea, GestureDetector, GlassEffectContainer, Column, Row, Stack, Builder, FutureBuilder, StreamBuilder, ValueListenableBuilder, or a widget name you type.
- Remove this widget, Swap with child, Swap with parent.
- Convert to children: / Convert to child:.
- Move widget up / down inside a
children:list.
Assists on a class header:
- Convert to StatefulWidget, Convert to StatelessWidget.
Warning rules, on by default:
dartnative_fab_slot_android_onlydartnative_menu_action_must_be_alonedartnative_uniform_border_onlydartnative_mirror_text_controller(with a quick fix)dartnative_custom_paint_finite_sizedartnative_positioned_must_be_outermostdartnative_snackbar_action_not_wired
Lint rules, opt-in:
dartnative_offstage_loses_state