Skip to content

Commit

Permalink
move flutter sdk in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nt4f04uNd committed May 11, 2021
1 parent 92f1d0c commit e679193
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
version: "2.6.0"
audio_service:
dependency: "direct main"
description:
Expand Down Expand Up @@ -358,7 +358,7 @@ packages:
source: hosted
version: "2.0.6"
flutter:
dependency: "direct overridden"
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
Expand All @@ -370,7 +370,7 @@ packages:
source: hosted
version: "3.0.1"
flutter_localizations:
dependency: "direct overridden"
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
Expand Down
9 changes: 4 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ environment:
flutter: 2.2.0-11.0.pre.158 # https://github.com/nt4f04uNd/flutter/tree/sweyer

dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# color_thief_flutter: ^1.0.2
uuid: ^3.0.4
async: ^2.5.0
Expand Down Expand Up @@ -89,11 +93,6 @@ dependency_overrides:
# url: https://github.com/ryanheise/audio_session.git
# ref: master

flutter:
sdk: flutter
flutter_localizations:
sdk: flutter

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit e679193

Please sign in to comment.