flutter_device_preview
flutter_device_preview copied to clipboard
Is it possible to installed as `dev_dependencies` instead of `dependencies`?
I am not sure whether it is workable to install this package as dev_dependencies
instead of dependencies
. It is not used in the production environment, so it will increase the application package size, especially for Web applications.
In addition, I suggest to change the usage of !kReleaseMode
to kDebugMode
in the README file. Flutter documentation suggest to keep kProfileMode
to be same as kReleaseMode
.
It ca be great