Skip to content

Commit

Permalink
Added fvm config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Oct 30, 2022
1 parent b5cec7b commit 12e8e5b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CastIt.Android/.fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flutterSdkVersion": "3.3.6",
"flavors": {}
}
1 change: 1 addition & 0 deletions CastIt.Android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.g.dart
*.freezed.dart
/lib/generated/**
.fvm/flutter_sdk

# Miscellaneous
*.class
Expand Down
2 changes: 1 addition & 1 deletion CastIt.Android/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
device_info_plus_macos: 1ad388a1ef433505c4038e7dd9605aadd1e2e9c7
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424
FlutterMacOS: ae6af50a8ea7d6103d888583d46bd8328a7e9811
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
network_info_plus_macos: d2b9e6c01c291449b91a584217aa53b113847dbd
package_info_plus_macos: f010621b07802a241d96d01876d6705f15e77c1c
Expand Down
8 changes: 4 additions & 4 deletions CastIt.Android/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.2.1"
charcode:
dependency: transitive
description:
Expand All @@ -147,7 +147,7 @@ packages:
name: clock
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.1"
code_builder:
dependency: transitive
description:
Expand Down Expand Up @@ -442,14 +442,14 @@ packages:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
version: "0.1.5"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.8.0"
mime:
dependency: transitive
description:
Expand Down

0 comments on commit 12e8e5b

Please sign in to comment.