Task for Visual Studio Code
- Keep in mind that if you install 'THE Simpler Flutter Tasks' you will have two additional extensions installed for work
Open APk Folder
Hide / Show Icon
Copy this json and add to your VsCode settings.json
"SimplerFlutterTasks.flutterCleanIcon": "show",
"SimplerFlutterTasks.flutterPubGetIcon": "show",
"SimplerFlutterTasks.buildApkIcon": "show",
"SimplerFlutterTasks.iosIcon": "show",
"SimplerFlutterTasks.ipaIcon": "show",
"SimplerFlutterTasks.buildRunnerIcon": "show",
"SimplerFlutterTasks.installIcon": "show",
"SimplerFlutterTasks.openApkIcon": "show",
"SimplerFlutterTasks.gitPullIcon": "hide",
"SimplerFlutterTasks.smallApkIcon": "hide",
"SimplerFlutterTasks.spiderBuildIcon": "hide",
"SimplerFlutterTasks.easyLocalizationsIcon": "hide",
"SimplerFlutterTasks.createNewTerminal": false,
Custom Commands
Create your Custom Commands
copy this json and add to your VsCode settings.json
create more commands
Custom Commands
"SimplerFlutterTasks.customCommandsList": [
{
"label": "LocalizationS $(github-action)",
"command": "flutter pub get",
"enabled": true,
"color": "#00ff22",
"position": "right"
},
{
"label": "Custom Command 2 $(globe)",
"command": "flutter build apk",
"enabled": true,
"color": "#09eeb5",
"position": "right",
},
],
Table of Contents
A set of helpful Flutter and Dart commands for day to day Flutter development.
Installation
Features
Simply Flutter / Dart commands
I'm working hard to select all the day to day commands, so wait for more commands!.
Commands
Flutter related Commands
Flutter quick commands |
Visibility icons |
Flutter clean |
default - show |
Flutter pub get |
default - show |
Flutter build apk |
default - show |
Flutter build ios |
default - hide |
Flutter build ipa |
default - hide |
flutter install |
default - hide |
Build runner |
default - show |
Open Apk Folder |
default - show |
Git pull |
default - hide |
Small Apk |
default - hide |
Spider Build |
default - hide |
Open Ios Folder |
default - hide |
Open Ipa Folder |
default - hide |
Easy Localizations |
default - show |
Not Released yet --------- ❌
Planning
3.2.0
Release Notes 🔥 🔥 🔥 🔥 🔥 🔥 🔥 ------- ✅
3.1.4
"SimplerFlutterTasks.Flavors": [
{
"title": "prod",
"package": "com_packages_of_your_app"
},
{
"title": "staging",
"package": "com_packages_of_your_app"
},
{
"title": "dev",
"package": "com_packages_of_your_app"
}
]
"SimplerFlutterTasks.Flavors": {
"path": "lib/main",
"flavors": [
{
"title": "prod",
"package": "com_packages_of_your_app"
},
{
"title": "staging",
"package": "com_packages_of_your_app"
},
{
"title": "dev",
"package": "com_packages_of_your_app"
}
]
},
3.1.3
- refactor opening new terminal and added counter
- added killing the port terminal killall -9 dart
- Waiting for another flutter command to release the startup lock
3.1.2
- added settings of Extension Simpler FLutter Snippets
- add/remove Bloc/Cubit builder wrapper
- add/remove Bloc/Cubit consumer wrapper
- add/remove Stack wrapper
- turn on/turn off remove widget short cut
- add Builder Runner With Filter
3.1.1
- added some new feature for Flavor
- adb uninstall
- adb flutter run release
- json of flavor was changed
- removed apple icon from top editor
- fixed the command flutter clean for windows
3.1.0
3.0.8
- Just removed Icons happy New Year 2024
- adding information that installing 3 extension
3.0.7
- Just Changed Icons happy New Year 2024
- Slowed down some animation icons
3.0.6
3.0.5
3.0.4
- Editing Easy Localizations ✅
- Added descriptions for some Commands ✅
- Add Open Ios Folder ✅
- Add Open Ipa Folder ✅
3.0.3
Optimize Starting Ios Commands ✅ -- beta test only for MAC
- WINDOWS ❌
- LINUX ❌
- MAC ✅
- pod install
- pod update
- pod cache clean --all
- pod repo update
Added refresh Tab's button
Added Collapse All Tab's button
Added Tab's Git Hub ✅
- you can't start the command only COPY | it will be safer this way
- Init Repo
- Git Cancelers
- Git Repo
3.0.2
- adding Tab's settings ✅
- I will add settings to my other extensions. ✅
Simpler FLutter Tasks
Simpler FLutter Snippets
Simpler FLutter Generators
3.0.1
- Added Tabs
- Android ✅
- IOS ✅
- Copy The Command on menu View ✅
- Start Command on menu view ✅
3.0.0
- Updated Menu Explorer
- added new tab
Settings
✅
- Hide / Show Icon ->
Now it’s convenient to change the visibility of status bar icons
✅
- Start + Copy The Command ✅
- Added Numbering The Command ✅
2.8.7
Auto Updating Localizations from Json,
now you do not have to reload vs code ✅
Vs Code Menu Explorer Commands
🔥 🔥 🔥
- Build Runner ✅
- dart run build_runner build
- dart run build_runner build --delete-conflicting-outputs
- dart run build_runner build --delete-conflicting-outputs -v
- Flutter Commands ✅
- flutter --version
- flutter doctor -v
- flutter pub outdated
- flutter upgrade
- flutter pub get
- flutter pub upgrade
- flutter devices
- flutter analyze
- dart fix --apply
- dart format .
- flutter clean
- .... so wait for more commands....!
Optimized Code - (Commands) ✅
2.8.3-4-5-6
2.8.2
0.2.6
- Fixed Custom Commands
- The Command
flutter clean
now work with flutter pub get
0.2.5
- Added feature
- hide / show icon
- Flutter Clean
- Flutter Pub get
0.2.3-4
- Custom Commands auto updating, now you don't have to reload the VisualStudio Code
0.2.2
- Новая Фича [new feature]
- Custom Commands
0.2.1
0.2.0
- Git pull
- Just Git Pulling
- adding Beta testing hide or show icon " git pull icon by default is hide "
- open settings vs code -> search simpler flutter tasks -> there the set hide or show git pull icon
0.1.9
0.1.8
0.1.6-7
0.1.5
- Build runner:
- dart run build_runner build --delete-conflicting-outputs
- Open Apk Folder:
- opening apk folder, if not exists "app-release.apk" -> open |build/outputs|
0.1.0
- flutter clean:
- flutter pub get:
- flutter build apk:
- flutter build ios:
- flutter build ipa:
0.0.1
Initial release
Requirements
Vscode: ^1.82.0
Reference
Simpler Flutter Snippet
Simpler Flutter Generator
Enjoy !!!! 😉