This is a simple method channel example where we implemented only to call Android native code using method channel from dart/flutter code. After exectute this code, click on floating button then it will show the document list in logs
android:
Contains android native codeios:
Contains ios native codelib:
Write flutter common code for all platforms in darttest:
test casesweb:
Web application support, you create app for desktop then other folders will be therepubspec.yaml:
Contains packages, and project configuration as assets, flutter & dart versions, application code, version, app metadata, name etc
In project structure, I am using fvm to manage flutter versions for multiple apps that's why .fvm folder is there. I use sidekick for fvm
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Contributions are welcome. In case of any problems look at existing issues, if you cannot find anything related to your problem then open an issue. Create an issue before opening a pull request for non trivial fixes. In case of trivial fixes open a pull request directly.