Skip to content

Commit

Permalink
Sorted packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel401 committed May 2, 2022
1 parent c625c13 commit 76f687f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ packages:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.4"
version: "0.6.3"
lints:
dependency: transitive
description:
Expand Down Expand Up @@ -295,7 +295,7 @@ packages:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
version: "0.1.3"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -323,7 +323,7 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.8.0"
path_drawing:
dependency: transitive
description:
Expand Down Expand Up @@ -468,7 +468,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.2"
version: "1.8.1"
sqflite:
dependency: transitive
description:
Expand Down Expand Up @@ -545,7 +545,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.9"
version: "0.4.8"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -573,7 +573,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.1"
win32:
dependency: transitive
description:
Expand Down
29 changes: 14 additions & 15 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,30 @@ environment:
sdk: ">=2.15.1 <3.0.0"

dependencies:
flutter:
sdk: flutter

cupertino_icons: ^1.0.2
awesome_circular_chart: ^1.0.0
cached_network_image: ^3.2.0
get_it: ^7.2.0
provider: ^6.0.2
cupertino_icons: ^1.0.2
dotted_border: ^2.0.0+2
sliding_up_panel: ^2.0.0+1
sleek_circular_slider: ^2.0.1
flutter:
sdk: flutter
flutter_screenutil: ^5.3.1
flutter_svg: ^1.0.3
font_awesome_flutter: ^9.2.0
flutter_screenutil: ^5.3.1
lottie: ^1.2.2
table_calendar: ^3.0.4
get_it: ^7.2.0
image_picker: ^0.8.4+11
lottie: ^1.2.2
provider: ^6.0.2
sleek_circular_slider: ^2.0.1
sliding_up_panel: ^2.0.0+1
syncfusion_flutter_charts: ^20.1.47+1
awesome_circular_chart: ^1.0.0
table_calendar: ^3.0.4

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0

flutter_native_splash: ^1.3.3
flutter_lints: ^1.0.0
flutter_test:
sdk: flutter

flutter_native_splash:
color: "#ffffff"
Expand Down

0 comments on commit 76f687f

Please sign in to comment.