| Add a Mandelbrot example app, and a V kernel worth demonstrating 81540bb nandithebull 21h ago | 1 | # This file tracks properties of this Flutter project. |
| 2 | # Used by Flutter tool to assess capabilities and perform upgrades etc. |
| 3 | # |
| 4 | # This file should be version controlled and should not be manually edited. |
| 5 | |
| 6 | version: |
| 7 | revision: "6a19cca56475dbfba1478ee68d7bd0c2ef891da1" |
| 8 | channel: "stable" |
| 9 | |
| 10 | project_type: app |
| 11 | |
| 12 | # Tracks metadata for the flutter migrate command |
| 13 | migration: |
| 14 | platforms: |
| 15 | - platform: root |
| 16 | create_revision: 6a19cca56475dbfba1478ee68d7bd0c2ef891da1 |
| 17 | base_revision: 6a19cca56475dbfba1478ee68d7bd0c2ef891da1 |
| 18 | - platform: linux |
| 19 | create_revision: 6a19cca56475dbfba1478ee68d7bd0c2ef891da1 |
| 20 | base_revision: 6a19cca56475dbfba1478ee68d7bd0c2ef891da1 |
| 21 | |
| 22 | # User provided section |
| 23 | |
| 24 | # List of Local paths (relative to this file) that should be |
| 25 | # ignored by the migrate tool. |
| 26 | # |
| 27 | # Files that are not part of the templates will be ignored by default. |
| 28 | unmanaged_files: |
| 29 | - 'lib/main.dart' |
| 30 | - 'ios/Runner.xcodeproj/project.pbxproj' |