Closed CORDEA closed 2 months ago
@CORDEA
I deeply apologize, but we have decided to end-of-life this project 😞
This repo is no longer maintained
09/12/2024 Update:
Unfortunately we have made the tough decision to no longer actively maintain this repository. While the package has served us and the community well, we don't have the capacity to give it the attention it deserves.
We realize that this decision means that open pull requests will not be merged. Our hope is that the community will rally and focus their efforts around more actively maintained packages for aiding in golden-based tests.
Once again, we want to thank each and every one of you for your contributions over the years.
Thank you for your understanding.
Best regards,
The eBay Motors App team
Hi, @coreysprague!
Thank you for your kind comment and for your team's maintenance over the years!
Hi team, thank you for the great package! I found a small problem, and tried to fix it. Could you please check it?
Error details
In the current release, the following error occurs when characters such as
%
are used in the asset path.I found that some characters such as
%
and[
in the asset path included in fontType are encoded. For example,Raleway-Regular!@$%^&*()[].ttf
will beRaleway-Regular!@$%25%5E&*()%5B%5D.ttf
.How to reproduce
Create a package containing custom fonts like below.
And the create a widget using this font.
Write a golden test using this widget on the app side, and it will fail.