Alex Melnyk
Flutter Development

Flutter Development

Follow
Follow
homeMediumbadges
Tag

Tutorial

#tutorial

More content

Read more stories on Hashnode


Articles with this tag

Why should you try Expo

Apr 14, 20215 min read

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

Why should you try Expo

Flutter: Build your own Switch

Apr 14, 20211 min read

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

Flutter: Build your own Switch

Flutter: Custom Bottom Sheet Modal

Apr 14, 20211 min read

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

Flutter: Custom Bottom Sheet Modal

Flutter: Simplify Stateless Widget Tutorial

Apr 14, 20211 min read

Hi guys! Today I tell you how to simplify stateless widgets’ code. Regular definition The usual way to make a stateless widget, you’ve extended...

Flutter: Simplify Stateless Widget Tutorial

Flutter: Glass Modal Bottom Sheet

Apr 14, 20211 min read

Sometimes I am looking for interesting design solutions on different internet resources to practice them on my current tech stack. I’ve noticed that...

Flutter: Glass Modal Bottom Sheet

Flutter: Custom Drawer Navigation Tutorial

Apr 14, 20211 min read

Hi folks! My project required a drawer with a custom animation. I’ve decided to develop my own solution to do this task. In this shorticle, I’ll show...

Flutter: Custom Drawer Navigation Tutorial