| description | Soluções comuns para todo aplicativo |
|---|
Novo projeto:
flutter create --org br.com --description "A leitura engrandece a alma" booksAppBar transparente:
AppBar(
elevation: 0,
backgroundColor: Colors.transparent,
)Remover o banner de debug:
MaterialApp(
debugShowCheckedModeBanner: false
)