Name
Last commit
Last update
..
app Loading commit data...
app_integration_test/integration_test Loading commit data...
app_shared Loading commit data...
app_test_widget/test Loading commit data...
cocoapods Loading commit data...
module Loading commit data...
package Loading commit data...
package_ffi Loading commit data...
plugin Loading commit data...
plugin_ffi Loading commit data...
plugin_shared Loading commit data...
skeleton Loading commit data...
xcode/ios/custom_application_bundle Loading commit data...
README.md Loading commit data...
template_manifest.json Loading commit data...

This directory contains templates for flutter create.

The *_shared subdirectories provide files for multiple templates.

  • app_shared for app and skeleton.
  • plugin_shared for (method channel) plugin and plugin_ffi.

For example, there are two app templates: app (the counter app) and skeleton (the more advanced list view/detail view app).

  ┌────────────┐
  │ app_shared │
  └──┬──────┬──┘
     │      │
     │      │
     ▼      ▼
┌─────┐    ┌──────────┐
│ app │    │ skeleton │
└─────┘    └──────────┘

Thanks to app_shared, the templates for app and skeleton can contain only the files that are specific to them alone, and the rest is automatically kept in sync.