Skip to content

This repository is a customized fork of the `Best-Flutter-UI-Templates` collection with UI updates and an added About page containing the project owner's profile.

License

Notifications You must be signed in to change notification settings

kinshukkush/Flutter-UI-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Best Flutter UI Templates — Customized

# 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 chrome

Notes

  • The package uses url_launcher for external links (LinkedIn/GitHub). For iOS/Android you may need platform-specific setup described in the url_launcher docs.
  • Fonts and images are under best_flutter_ui_templates/assets.

Screenshots (examples)

Introduction animation screenshot Hotel booking screenshot Fitness app screenshot

License

This repository contains files from the original Best-Flutter-UI-Templates project. See LICENSE in this repository for licensing details and attribution.

About

This repository is a customized fork of the `Best-Flutter-UI-Templates` collection with UI updates and an added About page containing the project owner's profile.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages