I am able to run flutter packages get –offline in the already created projects without any problems . Also, when I enable internet connectivity, everything works fine. Flutter doctor output: Microsoft Windows [Version 6.2.
Read moreDoes SQLite work offline?
I use it in an Android Webview to store offline data and it works pretty well . The data are stored on a local database (using IndexedDB or WebSQL) if there is no internet connection available and is synchronized with a remote database (CouchDB database) when there is an available connection.
Read moreCan flutter be used offline?
✈️ Flutter Offline It provides support for both iOS and Android platforms (offcourse).
Read moreHow do I make my flutters offline?
Possible steps to be taken:
Read moreCan I use flutter on mobile?
Flutter is designed to support mobile apps that run on both Android and iOS , as well as interactive apps that you want to run on your web pages or on the desktop.
Read more