Giter Site home page Giter Site logo

brocodev / flutter_projects Goto Github PK

View Code? Open in Web Editor NEW
664.0 29.0 180.0 55.48 MB

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

Kotlin 0.02% Swift 0.06% Objective-C 0.01% Dart 99.92%
flutter flutter-ui flutter-examples flutter-apps flutter-app

flutter_projects's Introduction

My Flutter Projects

Flutter apps with cool design and animations

Social Media

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.´


13 - Travel App

Feed Screen Details Screen

12 - Template Gallery App

Perspective List View Settings Drawer

11 - Boats Challenge

Watch the live of this challenge here -> Flutter Boats Community Challenge

Demo

10 - Bookstore App

Flutter UI + Hero Animations + Simple Bloc

Home Page & Filter Page Book Detail Page
Open Book Page

9 - Instagram Redesign App

Flutter UI + Animations + Slivers + Simple Bloc

Home Page Dark Mode
Stories View Notifications Page

8 - Superhero Movies App

Slider Page Detail Page

7 - Social App Photographers

Flutter UI + Clippers + Animations

Home Page Profile Page

6 - Gaming App

Flutter UI + Page View Animation

Home Page Trending Page

5 - My Medical Appointment

Flutter UI + Simple Animations

Home Page

4 - Music Albums Collection

Flutter UI + Hero Animations

Albums Grid/List Page Player Page

3 - Music Vinyl Animation

Flutter UI + Animations

Albums List Page Player Page

2 - FindOut

Flutter UI + Simple Animations

Home Page City Page

1 - Movie Selections

Flutter UI + Animations

Home Page Page flow - Buy Ticket

flutter_projects's People

Contributors

brocodev avatar davi-sant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flutter_projects's Issues

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

Travel app code missing.

I was checking out the codebase and observed that the Travel app code missing. can you update it ?

Updating project startup dependencies

Hello, I made a pull request updating the project startup dependencies, and also fixing some deprecated tags.

  • [Commit 01]: Updating google font package with outdated version.
  • [Commit 02]: Sorting project list from main screen.
  • [Commit 03]: Changing obsolete style tags.

commit - Small changes #10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.