Flutter Page Navigation
Flutter Page Navigation using GetX
Continuing from previous post, for the part 2 of Flutter tutorials we will learn how to create pages and navigate to them from anywhere in the app. Reddit App on Flutter before anything else, we need to import the `Get` dependency from flutter packages. go to https://pub.dev/packages/get and click on the `installing` tab. copy the latest version to your pubspec.yaml file. now we need to…
View On WordPress















