This is a set of small projects focused solely on the development of the graphical interface with Flutter

Overview

My Flutter Projects

Flutter apps with cool design and animations

Social Media

Youtube Facebook Twitter

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:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.


11 - Template Gallery App

Flutter Card Template Animation | Stacked Cards | Speed Code

Perspective List View Settings Drawer

Inspiration


10 - Bookstore App

Flutter UI + Hero Animations + Simple Bloc

Home Page & Filter Page Book Detail Page
Open Book Page

Inspiration


9 - Instagram Redesign App

Flutter UI + Animations + Slivers + Simple Bloc

Home Page Dark Mode
Stories View Notifications Page

Inspiration


8 - Superhero Movies App

Superhero Movies App - Flutter Speed Code UI

Slider Page Detail Page

Inspiration


7 - Social App Photographers

Flutter UI + Clippers + Animations

Home Page Profile Page

Inspiration


6 - Gaming App

Flutter UI + Page View Animation

Home Page Trending Page

Inspiration


5 - My Medical Appointment

Flutter UI + Simple Animations

Home Page

Inspiration


4 - Music Albums Collection

Flutter UI + Hero Animations

Albums Grid/List Page Player Page

Inspiration


3 - Music Vinyl Animation

Flutter UI + Animations

Albums List Page Player Page

Inspiration


2 - FindOut

Flutter UI + Simple Animations

Home Page City Page

Inspiration


1 - Movie Selections

Flutter UI + Animations

Home Page Page flow - Buy Ticket

Inspiration

You might also like...

flutter demo + small changes

demo3 A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is

Nov 23, 2021

A small splashscreen used as intro for flutter applications easily with a lot of customizations ❤️🥳

A small splashscreen used as intro for flutter applications easily with a lot of customizations ❤️🥳

Splash Screen A splashscreen package to be used for an intro for any flutter application easily with a lot of customization Currently Supported by awe

Dec 30, 2022

⚖️ A Flutter Architecture for small/medium/large/big large scale using Provider as State Management with Get It!

⚖️ A Flutter Architecture for small/medium/large/big large scale using  Provider as State Management with Get It!

Flutter Provider Architecture Mobile Application Developed in Flutter. Running on both mobile platforms, Android 🤖 & iOS 🍎 . About this app This app

Jan 4, 2023

Valorant Guide app: a small demo application to demonstrate Flutter application tech-stacks

Valorant Guide app: a small demo application to demonstrate Flutter application tech-stacks

Valorant Guide Design Design by: Malik Abimanyu App Valorant Guide app is a smal

Sep 30, 2022

A small library support load infinite for ListView - GridView on Flutter.

A small library support load infinite for ListView - GridView on Flutter.

Paging A Flutter package that supports pagination(load infinite) for ListView, GridView Demo DataSource PageKeyedDataSource To create a PagingListView

Dec 4, 2022

BubbleShowcase is a small but power flutter package that allows you to highlight specific parts of your app to explain them to the user or to showcase your app new features.

BubbleShowcase BubbleShowcase is a small but powerful flutter package that allows you to highlight specific parts of your app (to explain them to the

Oct 26, 2022

A small ExpenseTracker App Built With Flutter

flutter_04_expenseTracker Expense tracker app created with help of udemy course section 4 How a new Flutter Dev can benifit This app was created for e

Feb 18, 2022

Small Flutter app / social network / bloc pattern

azapp A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is

Jun 9, 2022

Small Flutter app that uses SQLite to persist data.

Crud_With_Flutter_And_Sqlite A new Flutter project. The application allows you to register a user with your name and email, edit and also delete. All

Oct 22, 2022
Comments
  • Mejora en CustomPainter -> travel_navigation_bar

    Mejora en CustomPainter -> travel_navigation_bar

    Hola, estuve revisando un poco y ví que se podía mejorar el CustomPainter en el archivo travel_navigation_bar para que sea mucho más simple y entendible, dejo la líneas de código y la referencia.

    Código nuevo:

    final path = Path()
      ..lineTo(w5 - 80, 0)
      ..cubicTo((w5 - 40), 0, (w5 - 50), h5, w5, h6)
      ..cubicTo((w5 + 50), h5, (w5 + 40), 0, (w5 + 80), 0)
      ..lineTo(w, 0)
      ..lineTo(w, h)
      ..lineTo(0, h);
    

    Código actual:

    final path = Path()
      ..lineTo(w5 - 80, 0)
      ..cubicTo((w5 - 40), 0, (w5 - 50), h5, w5 - 3, h6)
      ..lineTo(w5, h)
      ..lineTo(w, h)
      ..lineTo(w, 0)
      ..lineTo(w5 + 80, 0)
      ..cubicTo((w5 + 40), 0, (w5 + 50), h5, w5 + 3, h6)
      ..lineTo(w5 - 3, h6)
      ..lineTo(w5, h)
      ..lineTo(0, h);
    

    Referencia en la línea: https://github.com/brocodev/flutter_projects/blob/main/lib/projects/travel_app/ui/feed/widgets/travel_navigation_bar.dart#L60

    *Si no aplica espero tu respuesta

    opened by kenyk7 1
Owner
Kevin Melendez
I am a flutter developer, I love the coffee and create new things.
Kevin Melendez
Encode App-Dev is a open source project which contains different projects of Application development, Android development, IOS development, Flutter, Kotlin, Dart, Java, Swift etc.

HACKTOBERFEST 2022 Encode App-Dev is an open source project which contains different projects of Application development, Android development, IOS dev

null 4 Dec 4, 2022
Flutter package for displaying and animating Scalable Vector Graphics 1.1 files. The package has been written solely in Dart Language.

Animated SVG | Flutter Package Flutter package for displaying and animating Scalable Vector Graphics 1.1 files. The package has been written solely in

Bulent Baris Kilic 5 Jul 19, 2022
MathCanvas - Graphical Math Equation Editor made by Flutter

Graphical Math Equation Editor made by Flutter. My goal is to provide a keyboard typing experience like a calculator. Test Web Page: https:

GongBJ 3 Jun 3, 2022
An opinionated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter

Lint for Dart/Flutter lint is a hand-picked, open-source, community-driven collection of lint rules for Dart and Flutter projects. The set of rules fo

Pascal Welsch 257 Jan 3, 2023
A Flutter widget that forces the device rotates into the set of orientations the application interface can be displayed in.

A Flutter widget that forces the device rotates into the set of orientations the application interface can be displayed in. Features Force device keep

De Men 1 Nov 30, 2021
🚀 Sample Flutter Clean Architecture on Rorty App focused on the scalability, testability and maintainability written in Dart, following best practices using Flutter.

Rorty Flutter Rorty ?? (work-in-progress for V2 ?? ??️ ??‍♀️ ⛏ ) Getting Started Flutter Clean Architecture in Rorty is a sample project that presents

Mr.Sanchez 138 Jan 1, 2023
A movies app made with Flutter focused on solid software structure patterns.

Flutter Movies App An application made with Flutter to practice the principles of Clean Architecture. Even being focused on architecture, the project

Márcio Valim 59 Dec 12, 2022
A Dart-native lightweight Apache Pulsar client primarily focused on the IoT telemetry domain

pulsar_iot_client A lightweight Apache Pulsar client primarily focused on the IoT telemetry domain. This project aims to improve the resulting perform

Mike Zolotarov 5 May 10, 2022
A Launcher focused on simplicity and legibility.

Elder Launcher Elder Launcher is a launcher designed for seniors focused on simplicity and legibility. Elder Launcher supports pinning favorite apps a

Arjunsinh Jadeja 30 Dec 5, 2022
Flutter pos - A mobile POS written in Flutter, suitable for small cafe/restaurant, fully offline

Simple-POS A mobile POS written in Flutter, suitable for small cafe/restaurant,

Muhammed Basil E 7 Nov 2, 2022