FieryGG is a UI demo project built with Flutter, inspired by a design on Dribbble. This project showcases the ability to create beautiful and responsive user interfaces using Flutter.
You can view the live demo of the project here: Live Demo
-
Make sure you have the Flutter SDK installed on your computer.
-
Clone this repository:
git clone https://github.com/TilarnaExdilika/FieryGG---Flutter-Dribble-UI-Demo
-
Navigate to the project directory:
cd FieryGG-Flutter-Dribble-UI-Demo
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
The project is organized as follows:
fiery_gg/
├── lib/
│ ├── ui/
│ │ ├── dashboard.dart
│ │ └── splash.dart
│ ├── config/
│ ├── models/
│ └── main.dart
├── assets/
│ ├── images/
│ └── fonts/
└── pubspec.yaml
The project uses the following packages:
- flutter
- cupertino_icons
- font_awesome_flutter
- url_launcher
If you have any questions or suggestions, please feel free to reach out:
Thank you for your interest in the project!