https://github.com/hmziqrs/invmovieconcept1
True Cross platform UI design featuring complex scroll based animations powered by flutter
https://github.com/hmziqrs/invmovieconcept1
aneesh concept flutter flutter-animation flutter-desktop flutter-examples hacktoberfest hacktoberfest2020 macos
Last synced: 4 months ago
JSON representation
True Cross platform UI design featuring complex scroll based animations powered by flutter
- Host: GitHub
- URL: https://github.com/hmziqrs/invmovieconcept1
- Owner: hmziqrs
- License: mit
- Created: 2020-09-08T22:30:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T05:24:36.000Z (over 1 year ago)
- Last Synced: 2025-05-31T04:20:50.980Z (about 1 year ago)
- Topics: aneesh, concept, flutter, flutter-animation, flutter-desktop, flutter-examples, hacktoberfest, hacktoberfest2020, macos
- Language: Dart
- Homepage: https://movieui.hmziq.xyz
- Size: 59.4 MB
- Stars: 61
- Watchers: 3
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Flutter Movie Concept UI
## Android Demo
> Since app has lot of screen adding demo in GIF format was very large and data consuming for readme
[![Flutter Movie Concept UI [Demo]](https://img.youtube.com/vi/kdmr9IWAFro/0.jpg)](https://www.youtube.com/watch?v=kdmr9IWAFro)
## Android Screenshots (Dark)
## Android Screenshots (Light)
## Designer
**This concept is originally designed by aneesh**.
- Aneesh Dribble
- Aneesh LottieFiles
- Aneesh Instagram
- Aneesh Linkedin
- UI design file
## Requirements to run locally
> Just in case if you ran into errors make sure you're using correct flutter & dart version. In order to support desktop build master branch is a requirement But Master branch is not stable so breaking changes happen on daily updates.
- Flutter master channel & Framework • revision `4019956fc8`
- Run `flutter --version` to check it
- Follow these step to use correct revision version
- Run `cd $FLUTTER_HOME` (where your flutter is installed)
- Run `git checkout master`
- Run `git checkout 4019956fc8`
- To enable desktop & web builds run the relevant command
- Run `flutter --enable-web`
- Run `flutter --enable-macos-desktop`
- Run `flutter --enable-linux-desktop`
- Run `flutter --enable-windows-desktop`
- Run `flutter doctor` this command will show you what dependencies you need to install.
## Scripts
- `mac.pub.dart`
- MacOS app doesn't compile if you include firebase libraries in pubspec.
- When you run `dart scripts/mac.pub.dart` this script it remove firebase dependencies from project's `pubspec`.
- You can compile your app peacefully.
- Make sure to run `dart scripts/mac.pub.dart restore` when you're done testing/compile for MacOS app.
- With `restore` flag your `pubspec` will revert to it's original form.
- `vslaunch.dart`
- execute `dart scripts/vslaunch.dart`
- This script will make vscode configuration file with all of your connected devices.
- You can live debug app on multiple devices at once from vs code.
- Each device's debug logs on separate **DEBUG CONSOLE**.
- Very useful for testing UI for multiple devices simultaneously.
## Show support
> **If you like the project and want to appreciate my effort. Then you may perform any of these steps :)**
- Star this repository.
- Rate the app on Play Store.
- Favorite my gigs on Fiverr.
- Give a recommendation on Freelancer.
## Download
## License
This project is licensed under the MIT license, Copyright (c) 2020 Hmziqrs. For more information see `LICENSE.md`.