What technology is Flutter?

Flutter is different than most other options for building mobile apps because it doesn’t rely on web browser technology nor the set of widgets that ship with each device. Instead, Flutter uses its own high-performance rendering engine to draw widgets.

Read more

How do I make text responsive flutter?

you can use this plugin flutter_screenutil . It is a flutter plugin for adapting screen and font size. Let your UI display a reasonable layout on different screen sizes! setHeight method is mainly adapted in height, you want to control the height and actuality of a screen on the UIUsed when the same is displayed.

Read more