Skip to content

Commit

Permalink
last updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arda-copur committed Aug 21, 2024
1 parent 97d844d commit 7248051
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 33 deletions.
Binary file added assets/icon/fam_works_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion lib/views/profile_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class _ProfileViewState extends State<ProfileView> {
double ratingCount = 0;

for (var task in tasks) {

var ratings = task['ratings'] ?? [];
for (var rating in ratings) {
if (rating['userId'] == widget.userId) {
Expand Down
34 changes: 5 additions & 29 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.3"
cli_util:
dependency: transitive
description:
name: cli_util
sha256: c05b7406fdabc7a49a3929d4af76bcaccbbffcbcdcf185b082e1ae07da323d19
url: "https://pub.dev"
source: hosted
version: "0.4.1"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -455,21 +447,13 @@ packages:
source: hosted
version: "5.1.0"
flutter_launcher_icons:
dependency: "direct main"
description:
name: flutter_launcher_icons
sha256: "526faf84284b86a4cb36d20a5e45147747b7563d921373d4ee0559c54fcdbcea"
url: "https://pub.dev"
source: hosted
version: "0.13.1"
flutter_lints:
dependency: "direct dev"
description:
name: flutter_lints
sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04
name: flutter_launcher_icons
sha256: "559c600f056e7c704bd843723c21e01b5fba47e8824bd02422165bcc02a5de1d"
url: "https://pub.dev"
source: hosted
version: "2.0.3"
version: "0.9.3"
flutter_map:
dependency: "direct main"
description:
Expand Down Expand Up @@ -620,10 +604,10 @@ packages:
dependency: transitive
description:
name: image
sha256: "2237616a36c0d69aef7549ab439b833fb7f9fb9fc861af2cc9ac3eedddd69ca8"
sha256: "8e9d133755c3e84c73288363e6343157c383a0c6c56fc51afcc5d4d7180306d6"
url: "https://pub.dev"
source: hosted
version: "4.2.0"
version: "3.3.0"
image_picker:
dependency: "direct main"
description:
Expand Down Expand Up @@ -728,14 +712,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.9.1"
lints:
dependency: transitive
description:
name: lints
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
url: "https://pub.dev"
source: hosted
version: "2.1.1"
lists:
dependency: transitive
description:
Expand Down
11 changes: 8 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies:
delightful_toast: ^1.1.0
flutter_rating_bar: ^4.0.1
flutter_map: ^6.1.0
flutter_launcher_icons: ^0.13.1
#Cache
shared_preferences: ^2.2.0
cached_network_image: ^3.3.1
Expand All @@ -49,13 +48,19 @@ dependencies:

cupertino_icons: ^1.0.2


dev_dependencies:
flutter_test:
sdk: flutter
#Code Generation
# Code Generation
build_runner: ^2.4.8
mobx_codegen: ^2.6.1
flutter_launcher_icons: ^0.9.2

flutter_icons:
android: true
ios: true
image_path: "assets/icon/fam_works_icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21


flutter_lints: ^2.0.0
Expand Down

0 comments on commit 7248051

Please sign in to comment.