-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Labels
bugSomething isn't working as expectedSomething isn't working as expectedfeatureA new feature or requestA new feature or requestp2Important issues not at the top of the work listImportant issues not at the top of the work list
Description
Description
I'm developing on a windows machine, and tests for this project fail out of the box due to the difference in path separators on the host machine "" vs "/".
-
One way to resolve this issue is to use something like 'Platform.pathSeparator'. Right now, it seems like "/" is hardcoded in some areas.
-
Another way to resolve this is to dockerize the project
- create a docker file with all the dependencies (probably based on https://github.com/cirruslabs/docker-images-flutter/pkgs/container/flutter)
- create a dev container for those developing with VSCode.
Requirements
- All CI/CD checks are passing.
- There is no drop in the test coverage percentage.
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as expectedSomething isn't working as expectedfeatureA new feature or requestA new feature or requestp2Important issues not at the top of the work listImportant issues not at the top of the work list
Type
Projects
Status
Backlog