Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not possible to have a Flutter project without any libs or main.dart file. The libs folder contains all the source code for the project, and the main.dart file contains the entry point for the application. Without these, the project would not be able to compile or run.