Reputation:
i need to use a library of some one and do some changes, so i have did:
first step: fork his library.
second step: git clone library_name 'my fork path on GitHub.
third step: i typed in pubspec:
day_night_time_picker:
git:
url: https://github.com/someone/day_night_time_picker
fourth step: i did all of my changes.
the fifth step i need to pull my new changes to GitHub repository what should i do? if i did any step wrong, please tell me.
Upvotes: 1
Views: 189
Reputation: 293
You are right on track!
Upvotes: 1