An open API service indexing awesome lists of open source software.

https://github.com/sandeepkushwaha/flutter-web-app-with-splash-screen

Simple Demo app with Splash screen
https://github.com/sandeepkushwaha/flutter-web-app-with-splash-screen

flutter flutter-demo flutter-web-example

Last synced: 3 months ago
JSON representation

Simple Demo app with Splash screen

Awesome Lists containing this project

README

        

## flutter_web_app

A simple Flutter application with following special features.
- Flutter Web Support
- Splash Screen.

## Snapshots
-- Mobile
![1. Splash Screen](https://github.com/SandeepKushwaha/flutter-web-app-with-splash-screen/blob/master/snapshots/screenshot_mobile_1.jpg)
![1. Main Screen](https://github.com/SandeepKushwaha/flutter-web-app-with-splash-screen/blob/master/snapshots/screenshot_mobile_2.jpg)

-- Web
![1. Splash Screen](https://github.com/SandeepKushwaha/flutter-web-app-with-splash-screen/blob/master/snapshots/screenshot_web_1.jpg)
![1. Main Screen](https://github.com/SandeepKushwaha/flutter-web-app-with-splash-screen/blob/master/snapshots/screenshot_web_2.jpg)

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

# Special Thanks
- [liquid_progress_indicator](https://pub.dev/packages/liquid_progress_indicator) A progress indicator with water-like effect in Flutter. Works similarly to Flutters own ProgressIndicator.