Online Magazine store design made in Flutter and inspired by Dribble shot by Daniel Moss. Design Inspiration
Home Screen | Detail Screen | About Screen |
---|---|---|
Step 1:
Download or clone this repo by using the link below:
https://github.com/csi-vitpune/FlutterMagazine.git
Step 2:
Go to project root and execute the following command in console to get the required dependencies:
flutter pub get
Step 3:
Attach android or iOS device and execute following command:
flutter run
FlutterMagazine/
|- android
|- assets/poster
|- build
|- ios
|- lib
|- screens
|- widgets
|- test
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Step 1:
Fork Repository
Click on the Fork
Step 2:
Clone Forked repository Repository
git clone [Forked Repo link]
Step 3:
Make Necessary Changes
Step 4:
Syncing a Forked Repository with Upstream
git remote add upstream https://github.com/csi-vitpune/FlutterMagazine.git
git fetch upstream
git checkout master
git merge upstream/master
Step 5:
Push Changes to Forked Repository
git push
Step 6:
Create Merge Request
By navigating to Create New Merge request