flutter/dev/integration_tests/windows_startup_test/.metadata
Loïc Sharma 4898f1f5c5
[Windows] Add app startup integration test (#110114)
Add a basic integration test for the Windows's app startup. In a subsequent change (https://github.com/flutter/flutter/pull/109816), this test will be updated to verify the app's window isn't visible until after the first frame has been drawn.

Part of https://github.com/flutter/flutter/issues/41980
2022-08-25 18:54:20 -07:00

46 lines
1.6 KiB
Plaintext

# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled.
version:
revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
channel: unknown
project_type: app
# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
base_revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
- platform: android
create_revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
base_revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
- platform: ios
create_revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
base_revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
- platform: linux
create_revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
base_revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
- platform: macos
create_revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
base_revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
- platform: web
create_revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
base_revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
- platform: windows
create_revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
base_revision: c865207540a1eb960aa89ac61ba89d0f0fa7bd17
# User provided section
# List of Local paths (relative to this file) that should be
# ignored by the migrate tool.
#
# Files that are not part of the templates will be ignored by default.
unmanaged_files:
- 'lib/main.dart'
- 'ios/Runner.xcodeproj/project.pbxproj'