'What widget for Swiping entire page with data from sqflite?
Does anyone know what kind of Flutter widget can do left/right page swipe to move to another page like in the reference that takes in the data from sqflite database to generate the contents?
I found this package https://pub.dev/packages/swipeable_page_route which does the swiping nicely, but the page is required to be hardcoded, so in my case, it's not quite efficient to do it.
Thanks in advance!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

