Git Product home page Git Product logo

awesomefluttertips's Introduction

Hi there 👋

It's my new experiment with CV, don't forget to connect with me, we can build a great team together.

🛠️ Languages and Tool:

Flutter Dart Python Java Kotlin Android HTML CSS JavaScript Shell Figma


Field of Work:

Fintech Green Transportation Agro Insurance Crypto Wallet ERPs Social Media Data Investing LMS Cross-Platform Framework Development Location and Fitness Tracking

🌐 Reach out to me:

Twitter   LinkedIn   Facebook   Instagram   Blog   YouTube   StackOverflow  




Description of the image

Here are some ideas to get you started:

  • 🔭 I’m currently working on remotely ...
  • 🌱 I’m in love with Flutter ...
  • ⚡ Fun fact: you can find me with erluxman in any platform (if I exist there)

REVIEWS 👇


Screenshot 2023-05-31 at 7 42 02 PM

Screenshot 2023-05-31 at 7 42 53 PM

Screenshot 2023-05-31 at 7 45 13 PM

Screenshot 2023-05-31 at 7 45 55 PM

Screenshot 2023-05-31 at 7 46 37 PM


awesomefluttertips's People

Contributors

erluxman avatar esteveaguilera avatar rootsec1 avatar sebastiandenis avatar triallax 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  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

awesomefluttertips's Issues

Replace code images with code blocks

While code images can be nice looking, will you consider a PR that replaces all (static) code images with code blocks?

The code images are not consistent, they've different sizes, colours, and they're generally really big.

Code blocks will still be syntax highlighted and will add homogeneity and enable visitors to copy the code.

I already mentioned that on PR #41 where I added syntax highlighting on some code blocks.

Images inside examples are too big

Generally - when you are using an image (or GIF) you can control the size of the image so it won't be too big (as for the moment its kind of too big).

Example:

  • <img src="your image link" height="450">
    
  • <img src="your image link" width="450">
    

You can also use both height and width together

  • <img src="your image link" height="450" width="450">
    

Making pages of 20 items instead of just 7.

One of the aspects I liked about putting all tips in a single page was that I could just keep scroll without navigation.

Now it needs action from the reader which is an additional burden that will reduce the average consumption amount.

I am not sure if anybody is seeing issues in this repo (please put some reaction if you do, just to let me know that you see them), but I would want to discuss this before making change.

20 tips a page is the sweet spot I think will have a good enough loading time and the continuous supply of tips in a single Page.

Addition of Enum extensions

A powerful but not very well known feature.
Allows for custom function prototypes to be defined for Enumeration types. Can be very useful in situations such as getting the value of an enumeration type in string. Check out this link for an example.

Stateful / Stateless Widget Shortcut

Shortcut for generating stateful/stateless widgets is either:

"st" + enter = Stateful Widget
"st" + downarrow + enter = Stateless Widget

or

"stf" + enter = Stateful Widget
"stl" + enter = Stateless Widget

Wrong Widget for Day 49

Day 49 has a ClipRRect with a ridiculously high radius to do a circular widget. If you are after a circular widget, use ClipOval instead.

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.