Description
Can we access your project?
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
Getting error screen with below text during build, no error shown before running.
The HTML Renderer is deprecated. Do not use "--web-renderer=html". See: https://docs.flutter.dev/to/web-html-renderer-deprecation 115 packages have newer versions incompatible with dependency constraints. Try flutter pub outdated
for more information. Launching lib/main.dart on Web Server in debug mode... Waiting for connection from debug service on Web Server... lib/backend/backend.dart:177:13: Error: 'queryUsersRecordCount' is already declared in this scope. Future queryUsersRecordCount({ ^^^^^^^^^^^^^^^^^^^^^ lib/backend/backend.dart:29:13: Context: Previous declaration of 'queryUsersRecordCount'. Future queryUsersRecordCount({ ^^^^^^^^^^^^^^^^^^^^^ lib/backend/backend.dart:187:27: Error: 'queryUsersRecord' is already declared in this scope. Stream> queryUsersRecord({ ^^^^^^^^^^^^^^^^ lib/backend/backend.dart:39:27: Context: Previous declaration of 'queryUsersRecord'. Stream> queryUsersRecord({ ^^^^^^^^^^^^^^^^ lib/backend/backend.dart:200:27: Error: 'queryUsersRecordOnce' is already declared in this scope. Future> queryUsersRecordOnce({ ^^^^^^^^^^^^^^^^^^^^ lib/backend/backend.dart:52:27: Context: Previous declaration of 'queryUsersRecordOnce'. Future> queryUsersRecordOnce({ ^^^^^^^^^^^^^^^^^^^^ lib/profile/artist_dashboard/artist_dashboard_widget.dart:380:90: Error: The getter 'rating' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'rating'. '${valueOrDefault(currentUserDocument?.rating, 0.0).toString()}/5.0', ^^^^^^ lib/profile/artist_dashboard/artist_dashboard_widget.dart:453:78: Error: The getter 'userType' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'userType'. '${valueOrDefault(currentUserDocument?.userType, '')} - ${valueOrDefault(currentUserDocument?.artSpecialization, '')}', ^^^^^^^^ lib/profile/artist_dashboard/artist_dashboard_widget.dart:453:133: Error: The getter 'artSpecialization' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'artSpecialization'. '${valueOrDefault(currentUserDocument?.userType, '')} - ${valueOrDefault(currentUserDocument?.artSpecialization, '')}', ^^^^^^^^^^^^^^^^^ lib/profile/artist_dashboard/artist_dashboard_widget.dart:613:71: Error: The getter 'bio' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'bio'. valueOrDefault(currentUserDocument?.bio, ''), ^^^ lib/profile/artist_profile_page/artist_profile_page_widget.dart:297:115: Error: The getter 'userType' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'userType'. '${currentUserDisplayName} (${valueOrDefault(currentUserDocument?.userType, '')} - ${valueOrDefault(currentUserDocument?.artSpecialization, '')})', ^^^^^^^^ lib/profile/artist_profile_page/artist_profile_page_widget.dart:297:170: Error: The getter 'artSpecialization' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'artSpecialization'. '${currentUserDisplayName} (${valueOrDefault(currentUserDocument?.userType, '')} - ${valueOrDefault(currentUserDocument?.artSpecialization, '')})', ^^^^^^^^^^^^^^^^^ lib/profile/artist_profile_page/artist_profile_page_widget.dart:369:74: Error: The getter 'bio' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'bio'. currentUserDocument?.bio, ^^^ lib/profile/artist_profile_page/artist_profile_page_widget.dart:471:66: Error: The getter 'videoURL1' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'videoURL1'. currentUserDocument?.videoURL1, ''), ^^^^^^^^^ lib/profile/artist_profile_page/artist_profile_page_widget.dart:537:62: Error: The getter 'videoBio' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'videoBio'. currentUserDocument?.videoBio, ''), ^^^^^^^^ lib/profile/artist_profile_page/artist_profile_page_widget.dart:626:57: Error: The getter 'performanceVideos' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'performanceVideos'. ?.performanceVideos ^^^^^^^^^^^^^^^^^ lib/profile/artist_profile_page/artist_profile_page_widget.dart:746:57: Error: The getter 'performancePhotos' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'performancePhotos'. ?.performancePhotos ^^^^^^^^^^^^^^^^^ lib/profile/artist_profile_page/artist_profile_page_widget.dart:862:64: Error: The getter 'facebookUrl' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'facebookUrl'. currentUserDocument?.facebookUrl, ''), ^^^^^^^^^^^ lib/profile/artist_profile_page/artist_profile_page_widget.dart:902:64: Error: The getter 'instagramUrl' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'instagramUrl'. currentUserDocument?.instagramUrl, ^^^^^^^^^^^^ lib/profile/artist_profile_page/artist_profile_page_widget.dart:944:49: Error: The getter 'youtubechannelUrl' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'youtubechannelUrl'. ?.youtubechannelUrl, ^^^^^^^^^^^^^^^^^ lib/profile/edit_profile_page/edit_profile_page_widget.dart:64:51: Error: The getter 'videoURL1' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'videoURL1'. text: valueOrDefault(currentUserDocument?.videoURL1, '')) ^^^^^^^^^ lib/profile/edit_profile_page/edit_profile_page_widget.dart:71:51: Error: The getter 'videoURL2' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'videoURL2'. text: valueOrDefault(currentUserDocument?.videoURL2, '')) ^^^^^^^^^ lib/profile/edit_profile_page/edit_profile_page_widget.dart:78:51: Error: The getter 'videoURL3' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'videoURL3'. text: valueOrDefault(currentUserDocument?.videoURL3, '')) ^^^^^^^^^ lib/profile/edit_profile_page/edit_profile_page_widget.dart:85:51: Error: The getter 'videoURL4' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'videoURL4'. text: valueOrDefault(currentUserDocument?.videoURL4, '')) ^^^^^^^^^ lib/profile/edit_profile_page/edit_profile_page_widget.dart:3022:37: Error: No named parameter with the name 'bio'. bio: _model.txtFldBioTextController.text, ^^^ lib/backend/schema/users_record.dart:208:22: Context: Found this candidate, but the arguments don't match. Map<String, dynamic> createUsersRecordData({ ^^^^^^^^^^^^^^^^^^^^^ lib/profile/edit_profile_page/edit_profile_page_widget.dart:951:70: Error: The getter 'userType' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'userType'. currentUserDocument?.userType, ^^^^^^^^ lib/profile/edit_profile_page/edit_profile_page_widget.dart:1120:55: Error: The getter 'artSpecialization' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'artSpecialization'. ?.artSpecialization, ^^^^^^^^^^^^^^^^^ lib/profile/edit_profile_page/edit_profile_page_widget.dart:1744:64: Error: The getter 'videoBio' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'videoBio'. currentUserDocument?.videoBio, ''), ^^^^^^^^ lib/profile/edit_profile_page/edit_profile_page_widget.dart:3022:37: Error: Unexpected type 'invalid-type' of a map spread entry. Expected 'dynamic' or a Map. bio: _model.txtFldBioTextController.text, ^ lib/test/test_widget.dart:169:55: Error: The getter 'userType' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'userType'. valueOrDefault(currentUserDocument?.userType, ''), ^^^^^^^^ lib/test/test_widget.dart:188:64: Error: The getter 'videoURL1' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'videoURL1'. content: valueOrDefault(currentUserDocument?.videoURL1, ''), ^^^^^^^^^ lib/profile/artist_profile_page_copy/artist_profile_page_copy_widget.dart:494:74: Error: The getter 'bio' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'bio'. currentUserDocument?.bio, ^^^ lib/profile/edit_profile_page_copy/edit_profile_page_copy_widget.dart:65:51: Error: The getter 'videoURL1' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'videoURL1'. text: valueOrDefault(currentUserDocument?.videoURL1, '')) ^^^^^^^^^ lib/profile/edit_profile_page_copy/edit_profile_page_copy_widget.dart:72:51: Error: The getter 'videoURL2' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'videoURL2'. text: valueOrDefault(currentUserDocument?.videoURL2, '')) ^^^^^^^^^ lib/profile/edit_profile_page_copy/edit_profile_page_copy_widget.dart:79:51: Error: The getter 'videoURL3' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'videoURL3'. text: valueOrDefault(currentUserDocument?.videoURL3, '')) ^^^^^^^^^ lib/profile/edit_profile_page_copy/edit_profile_page_copy_widget.dart:86:51: Error: The getter 'videoURL4' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'videoURL4'. text: valueOrDefault(currentUserDocument?.videoURL4, '')) ^^^^^^^^^ lib/profile/edit_profile_page_copy/edit_profile_page_copy_widget.dart:3077:37: Error: No named parameter with the name 'bio'. bio: _model.txtFldBioTextController.text, ^^^ lib/backend/schema/users_record.dart:208:22: Context: Found this candidate, but the arguments don't match. Map<String, dynamic> createUsersRecordData({ ^^^^^^^^^^^^^^^^^^^^^ lib/profile/edit_profile_page_copy/edit_profile_page_copy_widget.dart:526:61: Error: The getter 'userType' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'userType'. ?.userType, ^^^^^^^^ lib/profile/edit_profile_page_copy/edit_profile_page_copy_widget.dart:1000:72: Error: The getter 'userType' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'userType'. currentUserDocument?.userType, ^^^^^^^^ lib/profile/edit_profile_page_copy/edit_profile_page_copy_widget.dart:1171:57: Error: The getter 'artSpecialization' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'artSpecialization'. ?.artSpecialization, ^^^^^^^^^^^^^^^^^ lib/profile/edit_profile_page_copy/edit_profile_page_copy_widget.dart:1795:64: Error: The getter 'videoBio' isn't defined for the class 'UsersRecord'.
- 'UsersRecord' is from 'package:full_time/backend/schema/users_record.dart' ('lib/backend/schema/users_record.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'videoBio'. currentUserDocument?.videoBio, ''), ^^^^^^^^ lib/profile/edit_profile_page_copy/edit_profile_page_copy_widget.dart:3077:37: Error: Unexpected type 'invalid-type' of a map spread entry. Expected 'dynamic' or a Map. bio: _model.txtFldBioTextController.text, ^ Waiting for connection from debug service on Web Server... 38.5s Failed to compile application.
Expected Behavior
App should be running in test mode.
Steps to Reproduce
- Run the code in test mode. Project name - Full Time
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
IT4kks/l8Yxgrt9A1qrtbcBsiWQ4H2E2TL03pu0bFEggGLbrBIYMaePSTBBpTum6dFZlKEWKkk0Ew/OPiPLxKfcDC0isfJRx+MxudQ/vfEy/aovSO5OWYXJ5BcNXBXaF38C42iJ5LvJqcXxm1GeIBefIHwXaQJ/7Zwh9f6PHaOI=
Visual documentation
Environment
- FlutterFlow version: 6.0.13
- Platform:Web
- Browser name and version:Chrome 137.0.7151.120
- Operating system and version affected: Windows 11
Additional Information
No response