All notable changes to this project will be documented in this file.
- Breaking: Change
testWdigets
tof-testWidgets
to better align with function snippets - Support for
group
test functionf-group
- Support for app localisation import
importAL
- Support for Flutter 3
- Migrate to super initialisers
- Not on Flutter 3? The Flutter 2.xx branch is up to date and ready for you :)
- Fixed Lint issue - Added
const
to applicable widgets
-
Use State
createState on statefulW snippet (Thank you @marcossevilla)
- Removed trailing whitespaces (Thank you @leoshusar #45)
- Make widgets default to Container only (Thank you @Ascenio #43)
- Support for
Listview.builder
- Support for
GridView.count
- Support for
GridView.extent
- Update all widgets to null safety
- Update engine to
1.56.0
- Add Flutter test import (Thank you @arthurdenner #16)
- Support for unit and widget test functions (Thank you @TNorbury #20)
- Added support for Listview.Separated (Thank you @timilehinjegede #26)
- Fixed inheritedW (Thank you @ianwith #22)
- Support for
BehaviorSubject
(Thanks @sinadarvi #7) - Support for
TweenAnimationBuilder
- Support for
ValueListenableBuilder
- Fixed various bug fixes and typos
- Resolved issue #6
- Removed Stateful and Statless Widget since they are included with DartCode.
- Added Material App.
- Added Cupertino App.
- Changed prefixes to use a keyword associated with the widget/function (in camel case)
- Bug fixes
- Added support for debug print
- Added support for to string
- Added support for importing Cupertino package
- Added support for importing Material package (PR #2)
- Added child logic to Stateless and Stateful widgets snippets (PR #3)
- Adjusted tab stops to improve efficiency and workflow
- Removed blank Containers from builders in favor of a tab stop with semi-colon
- Added trailing comma at the end of child parameter
- Fixed formatting
- Removed unused tabs
- Corrected spelling errors
Added support for: - Stream - Sink - Inherited Widget - Mounted - NoSuchMethod
Added support for: - Stateful Builder - Orientation Builder - Layout Builder - Single Child Scroll View - Future Builder
Added support for: - Stream Builder - Animated Builder - Custom Scroll View - Listview.Builder
- Initial Relase