From 9c0227f9e7bd10c50aaaa636e3e4e8ef61eccab4 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 20 Apr 2021 17:25:21 +0530 Subject: [PATCH] * Fix all bugs * Update with flutter 2.0 features * Support to web and desktop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e4b8bb..e354069 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Device.screenType == ScreenType.mobile If you want to give support for both portrait and landscape then make separate widget for both like orientation example. -**DeviceType** +**DeviceType**\n If you want to give support for both mobile and tablet then make separate widget for both like deviceType example. # Note