# Best Flutter UI Templates — Customized
This repository is a lightly customized copy of the `Best-Flutter-UI-Templates` collection. UI refinements were applied and an About page with the project owner's profile was added.
What's included:
- Multiple Flutter UI templates (design course, fitness app, hotel booking, introduction animations, custom drawer, and more).
- A global `ThemeData` to give pages a consistent, modern look.
- An About page at `best_flutter_ui_templates/lib/about_screen.dart` containing the owner's bio and social links.
Quick start
1. Install Flutter and enable the platforms you want to run (web, desktop, mobile). See: https://flutter.dev/docs/get-started/install
2. From the repository root open a terminal and run:
```pwsh
cd .\best_flutter_ui_templates
flutter pub get
flutter analyze
flutter run -d chromeNotes
- The package uses
url_launcherfor external links (LinkedIn/GitHub). For iOS/Android you may need platform-specific setup described in theurl_launcherdocs. - Fonts and images are under
best_flutter_ui_templates/assets.
Screenshots (examples)
License
This repository contains files from the original Best-Flutter-UI-Templates project. See LICENSE in this repository for licensing details and attribution.


