1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Add deeplink store sample (#1698)

* Adds deeplink store app

* push

* update md

* update
This commit is contained in:
chunhtai
2023-03-16 09:12:32 -07:00
committed by GitHub
parent db18c98799
commit 481c2e3d1d
134 changed files with 5281 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
# 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: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
channel: issues/120405
project_type: app
# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
base_revision: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
- platform: android
create_revision: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
base_revision: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
- platform: ios
create_revision: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
base_revision: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
- platform: linux
create_revision: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
base_revision: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
- platform: macos
create_revision: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
base_revision: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
- platform: web
create_revision: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
base_revision: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
- platform: windows
create_revision: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
base_revision: 9d49bc6f8521b9f1119c6b05088154f7c95dbcd8
# 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'