Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 550 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 550 Bytes

Packages

Swipeable Page Route

This package is to allow users to swipe back from a page from any part of the screen.

Retrieved from: https://pub.dev/packages/swipeable_page_route

Version: 0.4.4

Setup

git clone <repo>

To add a new package

  1. git remote add -f <name> <repo url>
  2. git subtree add --prefix <path-to-repo> <name> <branch/commit> --squash

Reference: https://www.atlassian.com/git/tutorials/git-subtree

To update a package from source

git subtree pull --prefix <name> <repo url> <branch/commit> --squash