angrezichatterbox/Flutter-Resolve

Make the swipe gestures on the page move it to the next page

开放

#6 创建于 2024年10月22日

 (0 条评论) (0 个反应) (0 位负责人)C++ (0 个派生)auto 404
enhancementgood first issuehacktoberfesthelp wanted

仓库指标

星标
 (0 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

We need to enhance the user experience by adding swipe gesture navigation between the existing pages of the app: Settings, Notes, and About. This feature should allow users to seamlessly swipe left or right to navigate between these pages, similar to the ViewPager functionality in Nadori apps.

Requirements:

  • Implement swipe gestures for horizontal navigation.
  • Ensure smooth transitions between pages.
  • Maintain the current functionality and layout of each page.
  • Include animations for the swipe transitions for better user experience.

贡献者指南