Ask Your Question
1

In a new Flutter project on Android Studio, is it possible to not have any libs or main.dart file?

asked 2021-11-05 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-10-20 10:00:00 +0000

pufferfish gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-11-05 11:00:00 +0000

Seen: 12 times

Last updated: Oct 20 '21