flutter-devcontainer-template
A Flutter Dev Container for Android development. Works on any system.
File Explorer
- .bashrc
- devcontainer.json
- Dockerfile
- on-create.sh
- post-attach.sh
- AndroidManifest.xml
- MainActivity.kt
- launch_background.xml
- launch_background.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- styles.xml
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle.kts
- gradle-wrapper.properties
- .gitignore
- build.gradle.kts
- gradle.properties
- settings.gradle.kts
- logo.png
- AppFrameworkInfo.plist
- Debug.xcconfig
- Release.xcconfig
- Contents.json
- LaunchImage.png
- [email protected]
- [email protected]
- README.md
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- Runner-Bridging-Header.h
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- RunnerTests.swift
- .gitignore
- main.dart
- widget_test.dart
- .gitignore
- .metadata
- analysis_options.yaml
- devtools_options.yaml
- pubspec.lock
- pubspec.yaml
- README.md
- Taskfile.yml
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
flutter
View Details ▼
flutter
Google's free, open source, and cross-platform mobile app SDK.
Some subcommands such as `pub` have their own usage documentation.
flutter create {{project_name}}
Initialize a new Flutter project in a directory of the same name:
flutter doctor
Check if all external tools are correctly installed:
flutter channel {{stable|beta|dev|master}}
List or change Flutter channel:
task
View Details ▼
task
To-do list manager.
task add {{description}} due:{{tomorrow}}
Add a new task which is due tomorrow:
task {{task_id}} modify priority:{{H|M|L}}
Update a task's priority:
task {{task_id}} done
Complete a task:
