Empezar un proyecto con Flutter y Visual Studio Code
Empezar una app con Flutter y Visual Studio
Lo más práctico es empezar con la plantilla Skeleton. Para ello se pulsa View-Command Palette
Después se elige Flutter: New Project
Y se pulsa sobre Skeleton-Generate a List View/Detail View Flutter application that follows community best practices
Se recomienda añadir el paquete shared_preferences con el comando
flutter pub add shared_preferences
If you'd like to
/// persist the user settings locally, use the shared_preferences package. If
/// you'd like to store settings on a web server, use the http package
Para guardarlas en un web server se usa el paquete http
Comentarios
Publicar un comentario