How to remove or identify unused packages from flutter to reduce size of the project?

There is an intuitive way for it. Install this package dev_dependencies: dependency_validator: ^x.x.x Then run flutter pub run dependency_validator It will show all the details about the packages installed. Example: => These packages are pinned in pubspec.yaml: dependency_validator: null — This is a direct pin. permission_handler: null — This is a direct pin. swipe_to: null … Read more

No implementation found for method getApplicationDocumentsDirectory on channel plugins.flutter.io/path_provider

This error generally occur when you get a plugin and not build the app again. If this is your case after getting the plugin on pubspec.yaml reinstall your apk. If this is not your problem did you created your project with suport for kotlin and swift? I don’t know if this is the case but … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)