Giter Site home page Giter Site logo

brocodev / flutter_projects Goto Github PK

View Code? Open in Web Editor NEW
648.0 648.0 175.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-app flutter-apps flutter-examples flutter-ui

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

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

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

Travel app code missing.

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

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.