flutter_device_preview icon indicating copy to clipboard operation
flutter_device_preview copied to clipboard

Is it possible to installed as `dev_dependencies` instead of `dependencies`?

Open Guo-Zhang opened this issue 2 years ago • 1 comments

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.

Guo-Zhang avatar Nov 03 '22 10:11 Guo-Zhang

It ca be great

hortigado avatar Sep 20 '23 02:09 hortigado