It's a secure flutter website coded with love for prep students to enagage them into activities during the pandemic.
- Download Flutter Web.
- Create a New Project on Firebase.
- Create a web project on Firebase and exchange your firebaseConfig with the one in [user -> web -> index.html].
- Create secretKey.dart in [user -> util]
class SecretKey{
static String secretKey = 'your_secret_key';
}