https://github.com/ivansaul/flutter_template
This Flutter template utilizes the device_preview package to streamline the development and fine-tuning of application layouts across different devices and screen sizes.
https://github.com/ivansaul/flutter_template
cross-platform flutter flutter-apps flutter-demo flutter-examples flutter-ui github template ui
Last synced: 7 months ago
JSON representation
This Flutter template utilizes the device_preview package to streamline the development and fine-tuning of application layouts across different devices and screen sizes.
- Host: GitHub
- URL: https://github.com/ivansaul/flutter_template
- Owner: ivansaul
- Created: 2023-05-17T03:53:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T22:56:21.000Z (over 2 years ago)
- Last Synced: 2025-02-09T09:13:19.022Z (9 months ago)
- Topics: cross-platform, flutter, flutter-apps, flutter-demo, flutter-examples, flutter-ui, github, template, ui
- Language: C++
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Template
This template utilizes the `device_preview` package for Flutter to streamline the development and fine-tuning of application layouts across different devices and screen sizes.
The `device_preview` package offers a convenient way to preview and emulate the appearance of your application in real-time on various devices and orientations. You can adjust screen sizes, change orientations, and simulate device events to test and optimize the user interface of your application.
[](https://flutter.dev/)

[](https://opensource.org/licenses/MIT)
### Don't forget to ⭐ the repo


## Features
- [x] Real-time device preview
- [x] Take Screenshot
- [x] Screen size adjustment
- [x] Orientation testing
- [x] Device event simulation
- [x] Infinite scrolling
and much more...
Check it yourself :)
## Demo
## Packages we are using:
Package | Usage
------------ | -------------
[riverpod](https://pub.dev/packages/riverpod) | A simple way to access state from anywhere in your application
[go_router](https://pub.dev/packages/go_router) | A declarative router for Flutter.
[device_preview](https://pub.dev/packages/device_preview) | Approximate how your Flutter app looks and performs on another device.
[device_preview_screenshot](https://pub.dev/packages/device_preview_screenshot) | A plugin for device_preview that allows to take screenshots.
## Building from Source
1. If you don't have Flutter SDK installed, please visit official [Flutter](https://flutter.dev/) site.
2. Fetch latest source code from master branch.
```
git clone https://github.com/ivansaul/flutter_template.git
```
3. Run the app with Android Studio or VS Code. Or the command line:
```
flutter pub get
flutter run
```
## Contribute
Contributions are welcome.
## Facing any Issue?
Feel free to open an Issue :)