Adding dependencies for a Flutter plugin crashes my Flutter App
问题 When I follow the hello-world approach in creating a Flutter plugin and adding it to another hello-world Flutter project, it all fails whenever I try to add the plugin dependency (either local with path: or remote with git: . My steps are: I create a new Flutter project, doing the following inside a terminal: flutter create hello_world_app I add a large asset (> 665 MB) to my hello_world_app since I will need it inside my app. I build and run a prototype app using my large asset inside hello