- This project is a FlutterFlow showcase app with the following features: Responsive Design, Main Screen Animation, and Menu Animation.
- The app runs on Android, iOS and Web.
- The app is built using Flutter stable and latest Dart version.
- The app is built using the FlutterFlow
FlutterFlow Extrawest Web-site Responsive UI
Untitled.1.mp4
- Clone the project.
git clone https://github.com/extrawest/flutterflow_extrawest_website_ui.git
- Open the project.
cd your_name_here
- Get packages.
flutter pub get
- Configure firebase project with flutterfire.
flutterfire configure
At this point you should be able to run the app on your device or emulator.
- In order to deploy this app to Firebase hosting, follow these commands
- Login to firebase.
firebase login
- Initialize firebase.
firebase init
- Choose account, then choose Hosting as an option.
- Select Firebase project
- Select public directory for your hosting build/web (default)
- Configure as a single-page app
- Build the project if you haven't yet
flutter build web
- Deploy to firebase.
firebase deploy
Created by Ruslan Volkhov
Extrawest.com, 2023