Flutter: Simplify Stateless Widget Tutorial

A high skilled developer with 15 years of development experience. Working at https://litslink.com https://medium.alexmelnyk.io https://twitter.com/askMelnyk
Search for a command to run...

A high skilled developer with 15 years of development experience. Working at https://litslink.com https://medium.alexmelnyk.io https://twitter.com/askMelnyk
No comments yet. Be the first to comment.
Not so far ago we have started a Brand New publication called LITSLINK. There a lot of accomplishing work we did and a lot of interesting articles that we wrote to share information with you. This time publication has articles and stories related to ...

I remember Expo when it was far from ideal, not so many features were implemented and some of them were not properly working, but… A few months ago I’ve started a new project from scratch using the Expo.io platform, it was the decision of my client....

I investigated switch widgets published to “pub.dev” most of them just show thumb with a text like “on/off” but I wanted to change not only text but background color, size, background image, corner sharpness, add state icon, etc. That is my point to ...

Hi guys! Today I tell you how to build Modal Bottom Sheet (MBS) quickly; it’s a regular component usually used in applications. Continue reading: https://medium.com/litslink-mobile-development/flutter-custom-bottom-sheet-modal-f23df7d21fd2

Hi guys! Today I tell you how to simplify stateless widgets’ code.
The usual way to make a stateless widget, you’ve extended StatelessWidget class and implement the build function to return a widget UI:
Continue reading: https://medium.com/litslink-mobile-development/flutter-simplify-stateless-widget-d2c6bad07755