Skip to content

Commit

Permalink
chore: update minor flutter files
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Jan 19, 2023
1 parent 00ca299 commit ea1e616
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 8 deletions.
24 changes: 22 additions & 2 deletions .metadata
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
# 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 and should not be manually edited.
# This file should be version controlled.

version:
revision: 0b8abb4724aa590dd0f429683339b1e045a1594d
revision: 135454af32477f815a7525073027a3ff9eff1bfd
channel: stable

project_type: app

# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd
- platform: web
create_revision: 135454af32477f815a7525073027a3ff9eff1bfd
base_revision: 135454af32477f815a7525073027a3ff9eff1bfd

# 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'
38 changes: 32 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.16.0"
cross_file:
dependency: transitive
description:
name: cross_file
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.3+2"
crypto:
dependency: transitive
description:
Expand Down Expand Up @@ -182,7 +189,7 @@ packages:
name: firebase_auth_web
url: "https://pub.dartlang.org"
source: hosted
version: "5.2.2"
version: "5.2.4"
firebase_core:
dependency: "direct main"
description:
Expand Down Expand Up @@ -286,6 +293,11 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.1"
flutter_localizations:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
flutter_markdown:
dependency: "direct main"
description:
Expand Down Expand Up @@ -330,7 +342,7 @@ packages:
name: intl
url: "https://pub.dartlang.org"
source: hosted
version: "0.18.0"
version: "0.17.0"
js:
dependency: transitive
description:
Expand Down Expand Up @@ -485,13 +497,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.5"
share:
share_plus:
dependency: "direct main"
description:
name: share
name: share_plus
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
version: "6.3.0"
share_plus_platform_interface:
dependency: transitive
description:
name: share_plus_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.0"
shared_preferences:
dependency: "direct main"
description:
Expand Down Expand Up @@ -679,6 +698,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0"
uuid:
dependency: transitive
description:
name: uuid
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.7"
vector_math:
dependency: transitive
description:
Expand All @@ -699,7 +725,7 @@ packages:
name: wiredash
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.2"
version: "1.5.0"
xdg_directories:
dependency: transitive
description:
Expand Down

0 comments on commit ea1e616

Please sign in to comment.