Skip to content

Developing Magazine Application using Flutter.

Notifications You must be signed in to change notification settings

cubeccar/FlutterMagazine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Magazine

Online Magazine store design made in Flutter and inspired by Dribble shot by Daniel Moss. Design Inspiration

Screenshots

Home Screen Detail Screen About Screen
Home Screen Detail Screen Detail Screen

Installation

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 

Project Structure

FlutterMagazine/
|- android
|- assets/poster
|- build
|- ios
|- lib
   |- screens
   |- widgets
|- test

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contribution

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

Links for dels: https://stackoverflow.com/questions/50214338/flutter-error-mediaquery-of-called-with-a-context-that-does-not-contain-a-med https://pub.dev/packages/flutter_screenutil csi-vitpune#4

About

Developing Magazine Application using Flutter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 97.9%
  • Swift 1.5%
  • Other 0.6%