-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
closed: fixedstatus: confirmedIssue has been reproduced and confirmed as a bug.Issue has been reproduced and confirmed as a bug.type: bugSomething isn't working.Something isn't working.
Description
Custom function testing doesn’t support Color data type - it only supports vanilla Dart, while Color is a part of Flutter.
A custom function test shouldn't rely on whether there is a color type in the database classes or not.
when we have a color type, even if we don't use them in a function, the whole custom function will fail.
- create a new project, and create any collection with a field type color.
- create any custom function that do anything and try to test it
It could cause in the whole project we couldn't be able to test our functions and this is very annoying.
--
lib/main.dart....
Error: Type'Color' not found
Color? containerColor
bulgariamitko
Metadata
Metadata
Assignees
Labels
closed: fixedstatus: confirmedIssue has been reproduced and confirmed as a bug.Issue has been reproduced and confirmed as a bug.type: bugSomething isn't working.Something isn't working.
