gurleensethi / sailor

Easy page navigation and management in Flutter apps.
https://pub.dev/packages/sailor
MIT License
145 stars 24 forks source link

fix: #https://github.com/gurleensethi/sailor/issues/34 #35

Closed Kiruel closed 4 years ago

Kiruel commented 4 years ago

Fix the https://github.com/gurleensethi/sailor/issues/34

Kiruel commented 4 years ago

@gurleensethi Waiting for review.

deadsoul44 commented 4 years ago

@gurleensethi could you please check?

gabrielintang commented 4 years ago

hi @gurleensethi I think we need this fix

ghost commented 4 years ago

This is now breaking on beta channel as well. This fix is needed to many developers now.

deadsoul44 commented 4 years ago

Replace sailor in pubspec.yaml with the following part:

  sailor:
    git:
      url: git://github.com/Kiruel/sailor.git
      ref: master

You don't need any other change. Thanks to @Kiruel

gurleensethi commented 4 years ago

Thanks @Kiruel for the pull request.