🏠
Working from home
I know a thing or two about mobile apps..
- India
-
05:17
(UTC +05:30) - https://medium.com/@uncoded-decimal
- in/andinigam
Pinned Loading
-
-
A base view that can be used for con...
A base view that can be used for convenience in building multi-screen and resolution support in flutter applications. The responsive_graphic_view is just an example of usage, may however may prove more efficient a widget than most. 1enum LayoutMode {
2mobile(fontSizeFactor: 1.0, imageScaleFactor: 1.0, vectorScaleFactor: 1.0),
3tablet(fontSizeFactor: 1.3, imageScaleFactor: 1.3, vectorScaleFactor: 1.3),
4desktop(fontSizeFactor: 1.5, imageScaleFactor: 1.5, vectorScaleFactor: 1.5);
5 -
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.