All Projects → hackerhgl → invmovieconcept1

hackerhgl / invmovieconcept1

Licence: MIT License
True Cross platform UI design featuring complex scroll based animations powered by flutter

Programming Languages

dart
5743 projects
C++
36643 projects - #6 most used programming language
HTML
75241 projects
java
68154 projects - #9 most used programming language
CMake
9771 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to invmovieconcept1

Flutter-Chat-Bar
Link to the package -. https://pub.dartlang.org/packages/flutter_chat_bar
Stars: ✭ 39 (-29.09%)
Mutual labels:  flutter-examples, flutter-animation
flutter-inspiration-app-ui
Flutter Inspiration Application Design - day 1
Stars: ✭ 164 (+198.18%)
Mutual labels:  flutter-examples, flutter-animation
editable
This library allows you to create editable tables and spreadsheets with ease, either by providing initial row and column count to display an empty table or use it with predefined rows and column data sets.
Stars: ✭ 85 (+54.55%)
Mutual labels:  flutter-examples, flutter-desktop
Login-Register-FlutterApp
Login Register Auth App by Delicia Fernandes using Google and Facebook sign in.
Stars: ✭ 87 (+58.18%)
Mutual labels:  flutter-examples, hacktoberfest2020
hs-lr-midi-schwurbler
Happy Shooting Community - DIY Lightroom Hardware Controller
Stars: ✭ 16 (-70.91%)
Mutual labels:  hacktoberfest2020
flutter-docset
Community driven Flutter Docset for Dash.app
Stars: ✭ 56 (+1.82%)
Mutual labels:  flutter-examples
solution-leedcode-codechef-codeforces-gfg-interviewbits-hackerEarth-HackerRank
This repo contain the solution of leetcode problem and divide into category like dynamic programming, linkedlist,recursion, graph and some other section
Stars: ✭ 18 (-67.27%)
Mutual labels:  hacktoberfest2020
DeveloperFolio
A DevFolio/Developer Portfolio built using ReactJs and Animation libraries.
Stars: ✭ 51 (-7.27%)
Mutual labels:  hacktoberfest2020
the-duck-gallery
theduckgallery.zenika.com
Stars: ✭ 21 (-61.82%)
Mutual labels:  hacktoberfest2020
Hacktoberfest2020
Repository for first timers to get started in Open Source Contributions
Stars: ✭ 44 (-20%)
Mutual labels:  hacktoberfest2020
Awesome-Scripts
A collection of awesome scripts from developers around the globe.
Stars: ✭ 135 (+145.45%)
Mutual labels:  hacktoberfest2020
oasa-telematics-api
The Athens' bus telematics API, complete with types and helper methods 🚌 🚌 🚌
Stars: ✭ 19 (-65.45%)
Mutual labels:  hacktoberfest2020
agile-visitors
Application for registering employee entries with the possibility of generating reports, validating and storing users with minimal effort.
Stars: ✭ 23 (-58.18%)
Mutual labels:  hacktoberfest2020
c3
𝗖𝟯 provides compliant AWS CDK components to various security standards.
Stars: ✭ 24 (-56.36%)
Mutual labels:  hacktoberfest2020
credit-tracker
Credit Tracker WordPress plugin
Stars: ✭ 15 (-72.73%)
Mutual labels:  hacktoberfest2020
hacktoberfest2020
Make your first PR. A beginner friendly repository made specifically for open source beginners. Add any program under any language (it can be anything from a simple program to a complex data structure algorithm). Happy coding...
Stars: ✭ 63 (+14.55%)
Mutual labels:  hacktoberfest2020
spotube
A lightweight free Spotify 🎧 desktop-client 🖥 which handles playback manually, streams music using Youtube & no Spotify premium account is needed 😱
Stars: ✭ 361 (+556.36%)
Mutual labels:  flutter-desktop
progressive image
A flutter widget that progressively loads large images using Low-Quality Image Placeholders.
Stars: ✭ 28 (-49.09%)
Mutual labels:  flutter-examples
HacktoberFest2020
Hacktober-Fest 2020 -> open for all!
Stars: ✭ 20 (-63.64%)
Mutual labels:  hacktoberfest2020
whatabomb
A whatsapp bombing GUI Script
Stars: ✭ 84 (+52.73%)
Mutual labels:  hacktoberfest2020

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]

Android Screenshots (Dark)

Android Screenshots (Light)

Designer

This concept is originally designed by aneesh.

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 :)

Download

License

This project is licensed under the MIT license, Copyright (c) 2020 Hamza Iqbal. For more information see LICENSE.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].