You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I think it would be nice if the screenshots CLI could be separated from the screenshots package which is required for being referenced in the tests. because it pushes in quite a lot of dependencies which imho aren't really necessary just for triggering the screenshots themselves. (even if it's just for dev_dependencies).
Especially now where my app uses the dev channel and screenshots has quite a few compatibility issues, it would be nice to have a lightweight app for screenshots, I could still run the screenshots command using flutter stable.. there is no reason that it runs on the same flutter version.
Any thoughts?
The text was updated successfully, but these errors were encountered:
Hi,
I think it would be nice if the
screenshots
CLI could be separated from thescreenshots
package which is required for being referenced in the tests. because it pushes in quite a lot of dependencies which imho aren't really necessary just for triggering the screenshots themselves. (even if it's just fordev_dependencies
).Especially now where my app uses the dev channel and
screenshots
has quite a few compatibility issues, it would be nice to have a lightweight app for screenshots, I could still run thescreenshots
command using flutter stable.. there is no reason that it runs on the same flutter version.Any thoughts?
The text was updated successfully, but these errors were encountered: