cabal
Flutter's biggest open secret.
File Explorer
- flutter_scene
- JoltPhysics
- v-hacd
- camera_component.dart
- mesh_component.dart
- rigid_body_component.dart
- transform_component.dart
- physics_system.dart
- render_system.dart
- camera.dart
- ecs_game.dart
- game.dart
- game_render_box.dart
- game_widget.dart
- geometry.dart
- material.dart
- mesh.dart
- shaders.dart
- surface.dart
- builtin.dart
- component.dart
- entity.dart
- id.dart
- pool.dart
- query.dart
- system.dart
- test_only.dart
- types.dart
- world.dart
- ecs.dart
- cabal_game.dart
- body.dart
- jolt_ffi.dart
- jolt_ffi_generated.dart
- query.dart
- shape.dart
- util.dart
- world.dart
- physics.dart
- v-hacd_ffi.dart
- v-hacd_generated.dart
- convex_decomposition.dart
- main.dart
- Flutter-Debug.xcconfig
- Flutter-Release.xcconfig
- GeneratedPluginRegistrant.swift
- app_icon_1024.png
- app_icon_128.png
- app_icon_16.png
- app_icon_256.png
- app_icon_32.png
- app_icon_512.png
- app_icon_64.png
- Contents.json
- MainMenu.xib
- AppInfo.xcconfig
- Debug.xcconfig
- Release.xcconfig
- Warnings.xcconfig
- AppDelegate.swift
- DebugProfile.entitlements
- Info.plist
- MainFlutterWindow.swift
- Release.entitlements
- IDEWorkspaceChecks.plist
- Runner.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- RunnerTests.swift
- .gitignore
- dart_api_dl_impl.h
- .gitignore
- CMakeLists.txt
- dart_api.h
- dart_api_dl.c
- dart_api_dl.h
- dart_native_api.h
- dart_version.h
- jolt_ffi.cc
- jolt_ffi.h
- dart_api_dl_impl.h
- .gitignore
- CMakeLists.txt
- dart_api.h
- dart_api_dl.c
- dart_api_dl.h
- dart_native_api.h
- dart_version.h
- v-hacd_ffi.cc
- v-hacd_ffi.h
- jolt.ffigen.yaml
- v-hacd.ffigen.yaml
- flutter_gpu_texture.frag
- flutter_gpu_texture.vert
- convex_decomposition_test.dart
- ecs_test.dart
- physics_test.dart
- .gitignore
- .gitmodules
- .metadata
- analysis_options.yaml
- build.py
- LICENSE
- pubspec.lock
- pubspec.yaml
- README.md
- run.sh
# 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:
git submodule
View Details ▼
git submodule
Inspect, update, and manage submodules.
git submodule
View existing submodules and the checked-out commit for each one:
git submodule update --init --recursive
Install a repository's submodules (listed in `.gitmodules`):
git submodule add {{repository_url}}
Add a Git repository as a submodule of the current one:
