Skip to content

Fix bugs in app#10

Open
Csani10 wants to merge 6 commits intoZan1456:masterfrom
Csani10:master
Open

Fix bugs in app#10
Csani10 wants to merge 6 commits intoZan1456:masterfrom
Csani10:master

Conversation

@Csani10
Copy link
Copy Markdown

@Csani10 Csani10 commented Apr 29, 2026

Kijavítottam egy hibát azzal kapcsolatban, hogy a meglepetés jegyeknél a beállításokban hiányoztak a fordítások.
Meg a meglepetés jegyeknél most már az egyedi ritkaság szöveget jeleníti meg az alap ritkaság szövegek helyett.
És kicseréltem a image_crop_plus-t az újabb crop_your_image-re.

Csani10 added 6 commits April 29, 2026 18:15
Updated Grade class to include a rarity value,
Updated GradeValue with getRarity function,
Updated demo_data to use new Grade class
Updated grade_provider to use new Grade class
Fixed SurpriseGrade not displaying custom grade rarity text
@Zan1456 Zan1456 self-assigned this May 2, 2026
@Zan1456 Zan1456 self-requested a review May 2, 2026 06:21
@Zan1456 Zan1456 added the enhancement New feature or request label May 2, 2026
@Zan1456
Copy link
Copy Markdown
Owner

Zan1456 commented May 2, 2026

Invalid depfile: /var/home/zan/Github/folio/folio/.dart_tool/flutter_build/2db0ae6f5c58c31a97cf5b848b33753c/kernel_snapshot_program.d
Invalid depfile: /var/home/zan/Github/folio/folio/.dart_tool/flutter_build/2db0ae6f5c58c31a97cf5b848b33753c/kernel_snapshot_program.d
Invalid depfile: /var/home/zan/Github/folio/folio/.dart_tool/flutter_build/2db0ae6f5c58c31a97cf5b848b33753c/kernel_snapshot_program.d
Invalid depfile: /var/home/zan/Github/folio/folio/.dart_tool/flutter_build/2db0ae6f5c58c31a97cf5b848b33753c/kernel_snapshot_program.d
Invalid depfile: /var/home/zan/Github/folio/folio/.dart_tool/flutter_build/2db0ae6f5c58c31a97cf5b848b33753c/kernel_snapshot_program.d
Invalid depfile: /var/home/zan/Github/folio/folio/.dart_tool/flutter_build/2db0ae6f5c58c31a97cf5b848b33753c/kernel_snapshot_program.d
Invalid depfile: /var/home/zan/Github/folio/folio/.dart_tool/flutter_build/2db0ae6f5c58c31a97cf5b848b33753c/kernel_snapshot_program.d
Invalid depfile: /var/home/zan/Github/folio/folio/.dart_tool/flutter_build/2db0ae6f5c58c31a97cf5b848b33753c/kernel_snapshot_program.d
Invalid depfile: /var/home/zan/Github/folio/folio/.dart_tool/flutter_build/2db0ae6f5c58c31a97cf5b848b33753c/kernel_snapshot_program.d
Invalid depfile: /var/home/zan/Github/folio/folio/.dart_tool/flutter_build/2db0ae6f5c58c31a97cf5b848b33753c/kernel_snapshot_program.d
Invalid depfile: /var/home/zan/Github/folio/folio/.dart_tool/flutter_build/2db0ae6f5c58c31a97cf5b848b33753c/kernel_snapshot_program.d
Invalid depfile: /var/home/zan/Github/folio/folio/.dart_tool/flutter_build/2db0ae6f5c58c31a97cf5b848b33753c/kernel_snapshot_program.d
Error: Couldn't resolve the package 'crop_your_image' in 'package:crop_your_image/crop_your_image.dart'.
../folio_mobile_ui/lib/screens/settings/profile_screen.dart:10:8: Error: Not found: 'package:crop_your_image/crop_your_image.dart'
import 'package:crop_your_image/crop_your_image.dart';
       ^
../folio_mobile_ui/lib/pages/notes/submenu/create_image_note.dart:9:8: Error: Not found: 'package:crop_your_image/crop_your_image.dart'
import 'package:crop_your_image/crop_your_image.dart';
       ^
../folio_mobile_ui/lib/screens/settings/profile_screen.dart:1623:9: Error: Type 'CropController' not found.
  final CropController _controller = CropController();
        ^^^^^^^^^^^^^^
../folio_mobile_ui/lib/pages/notes/submenu/create_image_note.dart:31:9: Error: Type 'CropController' not found.
  final CropController _controller = CropController();
        ^^^^^^^^^^^^^^
../folio_mobile_ui/lib/screens/settings/profile_screen.dart:1623:9: Error: 'CropController' isn't a type.
  final CropController _controller = CropController();
        ^^^^^^^^^^^^^^
../folio_mobile_ui/lib/screens/settings/profile_screen.dart:1623:38: Error: Method not found: 'CropController'.
  final CropController _controller = CropController();
                                     ^^^^^^^^^^^^^^
../folio_mobile_ui/lib/screens/settings/profile_screen.dart:1685:22: Error: The method 'Crop' isn't defined for the type '_ProfilePicBottomSheetState'.
 - '_ProfilePicBottomSheetState' is from 'package:folio_mobile_ui/screens/settings/profile_screen.dart' ('../folio_mobile_ui/lib/screens/settings/profile_screen.dart').
Try correcting the name to the name of an existing method, or defining a method named 'Crop'.
              child: Crop(
                     ^^^^
../folio_mobile_ui/lib/pages/notes/submenu/create_image_note.dart:31:9: Error: 'CropController' isn't a type.
  final CropController _controller = CropController();
        ^^^^^^^^^^^^^^
../folio_mobile_ui/lib/pages/notes/submenu/create_image_note.dart:31:38: Error: Method not found: 'CropController'.
  final CropController _controller = CropController();
                                     ^^^^^^^^^^^^^^
../folio_mobile_ui/lib/pages/notes/submenu/create_image_note.dart:56:14: Error: The method 'Crop' isn't defined for the type '_ImageNoteEditorState'.
 - '_ImageNoteEditorState' is from 'package:folio_mobile_ui/pages/notes/submenu/create_image_note.dart' ('../folio_mobile_ui/lib/pages/notes/submenu/create_image_note.dart').
Try correcting the name to the name of an existing method, or defining a method named 'Crop'.
      child: Crop(
             ^^^^
Unhandled exception:
FileSystemException(uri=org-dartlang-untranslatable-uri:package%3Acrop_your_image%2Fcrop_your_image.dart; message=StandardFileSystem only supports file:* and data:* URIs)
#0      StandardFileSystem.entityForUri (package:front_end/src/api_prototype/standard_file_system.dart:45)
#1      asFileUri (package:vm/kernel_front_end.dart:1038)
#2      writeDepfile (package:vm/kernel_front_end.dart:1201)
<asynchronous suspension>
#3      FrontendCompiler.compile (package:frontend_server/frontend_server.dart:751)
<asynchronous suspension>
#4      starter (package:frontend_server/starter.dart:102)
<asynchronous suspension>
#5      main (file:///b/s/w/ir/x/w/sdk/pkg/frontend_server/bin/frontend_server_starter.dart:13)
<asynchronous suspension>

Target kernel_snapshot_program failed: Exception


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileFlutterBuildPlaystoreRelease'.
> Process 'command '/var/home/zan/Android/flutter/bin/flutter'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

BUILD FAILED in 14s
Running Gradle task 'assembleRelease'...                           14,3s
Gradle task assembleRelease failed with exit code 1

@Csani10
Copy link
Copy Markdown
Author

Csani10 commented May 2, 2026

Szia. Nekem gépen és laptopon is teljesen jól build-el a projekt. De megkérdezhetném, hogy milyen flutter verziót használsz?

@Zan1456
Copy link
Copy Markdown
Owner

Zan1456 commented May 2, 2026

Flutter 3.41.6, Dart 3.11.4, DevTools 2.54.2

@Csani10
Copy link
Copy Markdown
Author

Csani10 commented May 2, 2026

Én flutter 3.41.8-at használok szóval az nem lehet a baj. Lehetséges hogy régebbi build cache összezavarja a fluttert. Nekem is volt egy hasonló hibám és flutter clean, a .dart_tool mappa törlése és flutter pub get futtatása megjavította nekem, hátha ez segít.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants