DGDevanshi Gargintechblog.geekyants.com·Jun 11, 2024 · 7 min readEnhancing PDF Functionality in Flutter AppsIntroduction The primary aim of this POC (Proof of Concept) is to demonstrate the capability of rendering PDF documents directly within the Flutter application itself, thereby eliminating the need for external applications. This feature enhances the ...00
DGDevanshi Gargintechblog.geekyants.com·Feb 16, 2021 · 9 min readNavigator 2.0: Navigation & Routing In FlutterIntroduction: This article will explain the basics of the new Navigator API in Flutter, that is Navigator 2.0. Table Of Contents: Gaps in Navigator 1.0. Requirements to bridge those gaps. Navigator 2.0. How does Navigator 2.0 work? Drawbacks Of ...01N
DGDevanshi Gargintechblog.geekyants.com·Feb 1, 2021 · 13 min readFlutter Navigator 2.0Introduction: This article will explain the basics of the new Navigator API in flutter that is Navigator 2.0. In this article, we will be covering the following topics: Navigator 1.0 problems Requirements to solve those problems Navigator 2.0 Ho...00