A new Flutter project.
const primaryColor = const Color(0xff1a1a2e); const secundaryColor = const Color(0xff16213e); const terciaryColor = const Color(0xff0f3460); const cuaternaryColor = const Color(0xffe94560);
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.