Can we access your project?
Current Behavior
When navigating to the TrackerQuestionnaire page, the app immediately throws a runtime error:
RangeError (index): Invalid value: Not greater than or equal to 0: -1
In Run Mode, the app also throws:
Instance of 'minified:hI'
This happens even after:
- Removing Firebase completely
- Setting index variables to 0
- Ensuring no lists or PageViews use negative indexes
- Rebuilding the page structure
- Testing in Test Mode and Run Mode
The error references:
tracker_questionnaire_model.dart.lib.js
HomePageWidget
The app crashes and cannot proceed.
Expected Behavior
The TrackerQuestionnaire page should load normally without throwing a RangeError or minified runtime exception. Navigation from Onboarding → TrackerQuestionnaire should work without any crashes, and PageView controllers should initialize with valid indexes (0 or higher).
Steps to Reproduce
- Open the app in FlutterFlow.
- Navigate from the Onboarding page to any other page (for example: TrackerQuestionnaire, RiseJournal, or Mood & Trauma Tracker).
- From that page, navigate to the HomePage.
- Immediately after navigation, the app throws:
- RangeError (index): Invalid value: Not greater than or equal to 0: -1
- In Run Mode: Instance of 'minified:hI'
- The crash happens consistently from ANY page → HomePage, except when navigating directly from Onboarding.
- The error persists even after:
- Removing Firebase
- Setting index variables to 0
- Ensuring no PageViews or lists use negative indexes
- Rebuilding the page structure
- Testing in Test Mode and Run Mode
Reproducible from Blank
Bug Report Code (Required)
RangeError (index): Invalid value: Not greater than or equal to 0: -1 Another exception was thrown: Instance of 'minified:hI' Error source: tracker_questionnaire_model.dart.lib.js HomePageWidget FlutterFlow runtime stack trace (Run Mode): Instance of 'minified:hI'
Visual documentation
Environment
- FlutterFlow version: v7.0.79
- Platform: Web
- Browser name and version:
- Operating system and version affected:
Additional Information
No response
Can we access your project?
Current Behavior
When navigating to the TrackerQuestionnaire page, the app immediately throws a runtime error:
RangeError (index): Invalid value: Not greater than or equal to 0: -1
In Run Mode, the app also throws:
Instance of 'minified:hI'
This happens even after:
The error references:
tracker_questionnaire_model.dart.lib.js
HomePageWidget
The app crashes and cannot proceed.
Expected Behavior
The TrackerQuestionnaire page should load normally without throwing a RangeError or minified runtime exception. Navigation from Onboarding → TrackerQuestionnaire should work without any crashes, and PageView controllers should initialize with valid indexes (0 or higher).
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
RangeError (index): Invalid value: Not greater than or equal to 0: -1 Another exception was thrown: Instance of 'minified:hI' Error source: tracker_questionnaire_model.dart.lib.js HomePageWidget FlutterFlow runtime stack trace (Run Mode): Instance of 'minified:hI'
Visual documentation
Environment
Additional Information
No response