All notable changes to the "flutter-snippets" extension will be documented in this file.
- Initial release
- Added
FlutterLogo()
asflogo
- Added
SizedBox() with width argument
asfszbw
- Added
SizedBox() with just height argument
asfszbh
- Added
ListView()
asflistv
- Added
Theme.of(context).
asftheme
- Added
crossAxisAlignment : CrossAxisAlignment.
ascaa
- Added
mainAxisAlignment : MainAxisAlignment.
asmaa
- Improved
screen
snippet - Added [ISSUE_TEMPLATE.md]
- Updated [README.md]
- Container Widget 🐛🔨
- Added
Custom AppBar widget
asappbar
to exract theAppBar
in a separate dart file.
- Added
Default Counter App
asdefaultApp
to create theDefault Counter App made by Flutter
in a separate dart file. - Replaced
fflat
which wasFlatButton
toftextbtn
TextButton
- Replaced
fraised
which wasRaisedButton
tofelevbtn
ElevatedButton
- Removed
key
fromappbar
to make it work with null-safety properly - Added
TextStyle
property asfstyle
- Removed
;
fromftheme
🐛🔨 - Added
Navigator
boilerplate widget asfnav
- Updated
const
infscaf
- Updated
const
infic
- Updated
const
infcent
- Updated
fcent
forCenter widget
- Removed
<Widget>
from children infrow
- Fixed
fcent
by removing () after Widget - Removed
<Widget>
from children infcol
- Removed
<Widget>
from children infstk
- Updated
const
infab
- Updated
const
inficbtn
- Removed
,
at the end offelevbtn
- Removed
,
at the end offgesdet
- Added
),
at the end offdrawer
- Changed
ftheme
fromTheme.of(context).
tostyle: Theme.of(context).textTheme.
- Updated
const
inflogo
- Updated
const
infszb
- Updated
const
infszbw
- Updated
const
infszbh
- Removed
<Widget>
from children inflistv
- Added new snippet
fpop
forNavigator.pop(context);
function - Fixed some typos in ## Import Snippets
- Added
impURL
forurl_launcher package
- Added
impP
forprovider package
- Added
impGF
forgoogle_fonts package
- Added
impPP
forpath_provider package
- Added
impB
forflutter_bloc package
- Added
impSQF
forsqflite package
- Added
impFS
forflutter_screenutil package
- Removed
Container widget
from thescreen
widget and addedkey
- Updated
fdevprev
according to the latest documentation of v1.0.0 according to the Issue #21 - Updated
mateapp
snippet - Updated
build
snippet - Updated
appbar
according to the Issue #22 - Updated
defaultApp
according to the Issue #20 - Updated
fstyle
snippet - Added
fstring
snippet according to the Issue #23 - Added
fcolor
snippet - Added
fequatable
snippet class according to the Issue #24 - Added
fapptext
class snippet - Added
fappimage
class snippet - Added
fappcolor
class snippet
- Seperated different snippet types in different folders
- Added
riverpod.snippets
file - Added
android_permissions.snippets
file - Fixed
fszb
bug - Added
intl
package snippet - Added
INTERNET permission
snippet - Added
enum
snippet - Added
riverpod
related snippets - Added
trycatch
snippet - Added
print
snippet - Fixed some misc bugs
- Added
freezed
snippet