| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| android-java.tmpl/ | 12-May-2024 | - | 94 | 82 | ||
| android-kotlin.tmpl/ | 12-May-2024 | - | 105 | 92 | ||
| android.tmpl/ | 12-May-2024 | - | 28 | 22 | ||
| ios-objc.tmpl/Classes/ | 12-May-2024 | - | 26 | 20 | ||
| ios-swift.tmpl/Classes/ | 12-May-2024 | - | 29 | 22 | ||
| ios.tmpl/ | 12-May-2024 | - | 59 | 47 | ||
| lib/ | 12-May-2024 | - | 14 | 10 | ||
| test/ | 12-May-2024 | - | 22 | 17 | ||
| .gitignore.tmpl | D | 12-May-2024 | 47 | 8 | 5 | |
| .metadata.tmpl | D | 12-May-2024 | 299 | 11 | 8 | |
| CHANGELOG.md.tmpl | D | 12-May-2024 | 44 | 4 | 2 | |
| LICENSE.tmpl | D | 12-May-2024 | 29 | 2 | 1 | |
| README.md.tmpl | D | 12-May-2024 | 454 | 15 | 10 | |
| projectName.iml.tmpl | D | 12-May-2024 | 949 | 19 | 19 | |
| pubspec.yaml.tmpl | D | 12-May-2024 | 1.8 KiB | 61 | 53 |
README.md.tmpl
1# {{projectName}} 2 3{{description}} 4 5## Getting Started 6 7This project is a starting point for a Flutter 8[plug-in package](https://flutter.dev/developing-packages/), 9a specialized package that includes platform-specific implementation code for 10Android and/or iOS. 11 12For help getting started with Flutter, view our 13[online documentation](https://flutter.dev/docs), which offers tutorials, 14samples, guidance on mobile development, and a full API reference. 15