Skip to content

Commit

Permalink
Ran flutter create
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBrogdon committed Sep 13, 2024
1 parent 69243fb commit efb15e2
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .metadata
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
# 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.
# This file should be version controlled and should not be manually edited.

version:
revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
channel: beta
revision: "80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819"
channel: "stable"

project_type: app

# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
base_revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
create_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
base_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
- platform: android
create_revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
base_revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
create_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
base_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
- platform: ios
create_revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
base_revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
create_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
base_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
- platform: linux
create_revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
base_revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
create_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
base_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
- platform: macos
create_revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
base_revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
create_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
base_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
- platform: web
create_revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
base_revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
create_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
base_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
- platform: windows
create_revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
base_revision: 096162697a9cdc79f4e47f7230d70935fa81fd24
create_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819
base_revision: 80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819

# User provided section

Expand Down
12 changes: 12 additions & 0 deletions ios/RunnerTests/RunnerTests.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import Flutter
import UIKit
import XCTest

class RunnerTests: XCTestCase {

func testExample() {
// If you add code to the Runner application, consider adding tests here.
// See https://developer.apple.com/documentation/xctest for more information about using XCTest.
}

}
12 changes: 12 additions & 0 deletions macos/RunnerTests/RunnerTests.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import Cocoa
import FlutterMacOS
import XCTest

class RunnerTests: XCTestCase {

func testExample() {
// If you add code to the Runner application, consider adding tests here.
// See https://developer.apple.com/documentation/xctest for more information about using XCTest.
}

}

0 comments on commit efb15e2

Please sign in to comment.