-
Notifications
You must be signed in to change notification settings - Fork 28
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
ERROR:
Assertion failed: file:///opt/.pub-cache/hosted/pub.dev/simple_gradient_text-1.2.3/lib/src/gradient.dart:42:11
colors.length >= 2
"Colors list must have at least two colors"
These errors (there were more than one) are random and with things that were running for years. This project was started four years ago. Yes, I am adding pages however the error have to do with things that I haven't touched. And of all things layout - The project is a data driven app that I am fine tuning for example adding an album selection to my images that I copied from a four year old categories page and these layout errors are puzzling. Just a heads up to the Flutterflow team. More details I am not changing the layout I am pointing to a different collection from categories to albums and deleting the un-needed fields. It comes down to wiring/connections not layout, on one test the error message came from the categories page that I did nothing to - It was the page that I duplicated to create the albums page, that was it no changes.
Expected Behavior
Not to have random layout errors when not working on the layout?
Steps to Reproduce
- Duplicated Categories Add/Edit page to create an AlbumsAdd/Edit
- Deleted the fields that are not in the Albums Collection
- Point to the Albums Collection and wired up the fields on the page
- changed to Add/Edit button logic to process the Add or Edit set by the App AddEditState
- Either Add (create a new record) or Edit an existing record. This is based on how they entered the AddEdit Page For example if they selected a record off of the categories list page and entered the Add/Edit page (a AddEditState would reflect Edit and if they selected the Plus button the AddEditState would reflect Add and the Button and Title (in the AppBar) would reflect the process Add or Edit. I must have 25 pages that work this way and it just started today after the above version.
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
IT4kz8jfz5VNj7xA0Ln9bcFsnmAXHFgjTL03t9VxSUgrIrbyPJkUacjOUFpoQtOjYWw+KEWGoHI0+evGjuzhLfUCCyysfKJRyqh+cw3iQl2/aovQCLrhdn96J8dmI0y90Z6NmxN7AO1sSWQX2l77Bu+RUXfaH4/7Zwh9f6PHaOI=
Visual documentation
None
Environment
- FlutterFlow version: v6.6.10 March 12, 2026
- Platform: testing on a macOS running flutterflow desktop for (web, iso, android)
- Browser name and version: Safari 26.3.1
- Operating system and version affected: 26.3.1 TahoeAdditional Information
Slows me down and I can't share my app until it is smooth again.