Giter Club home page Giter Club logo

khushi067 / iosd_mait_hacktoberfest-2020_flutter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iosd/iosd_mait_hacktoberfest-2020_flutter

0.0 0.0 0.0 10.69 MB

A flutter project to store and show the data of the team members of the IOSD-MAIT and all other flutter developers who contribute to this project. All the developers are welcome for their contributions.

Kotlin 0.38% Swift 1.19% Objective-C 0.11% Dart 98.32%
hacktoberfest-accepted

iosd_mait_hacktoberfest-2020_flutter's Introduction

forthebadge forthebadge forthebadge

HacktoberFest 2020

IOSDMaitApp

  • A repository based on flutter framework made for the flutter developers to contribute in this project as a part of Hactoberfest 2020.
  • In this repository, each contributor will be adding their peice of information(info section) and get hands on experience with creating PRs and learn about branching, merging, etc.

Screenshots

Welcome Screen Developers Screen Developer's Info
Home Page Category Screen Navigation Drawer

Go through the CONTRIBUTORS.md file to get to know about how and what may you contribute in this project.

Steps for your contribution:

Step 1: Fork this repository

  • A fork would place a copy of this project in your GitHub Account

Step 2: Clone the repository

  • Cloning the repository will place a local copy of project on your own machine

  • Copy the URL from the copy to clipboard icon

  • Open a terminal and run the following git command :

git clone https://github.com/<your-user-name>/IOSD_MAIT_Hacktoberfest-2020_Flutter.git

Step 3: Create a branch

  • A branch is a way to keep your changes separate from the main part of the project called Master. For example if things go wrong and you are not happy with your changes you can simply delete the branch and the main project won't be affected.

Change to the repository directory on your computer (if you are not already there):

cd IOSD_MAIT_Hacktoberfest-2020_Flutter

Now create a branch using the git checkout command:

git checkout -b <your-name-profile-card>

(While the branch name can be anything we suggest you to keep it the way we mentioned.)

Step 4: Make necessary changes and commit

  1. Open the project in Android Studio or VS Code. Make sure you are not on master branch.

  2. Search for assets/profilePic folder and drop your profile picture over there. It would be better if you can keep the name of your image file as yourname.fileformat

  3. Search for lib/completeMemberInfo.dart. Make a copy of the form as the one created above. Comments are added over there to help you get it done. Make use of and modify the file with your details.

Parameters Info
name Your Full name
year Your present year of college
department Your branch
profilePic The path where you stored your profile photo
aboutMe A brief description about yourself
facebookUrl Your Facebook account url
githubUrl Your Github account url
linkedInUrl Your LinkedIn account url
status Write your techincal expertise in 2-3 words

  1. Copy the exact portion of a member object given in the screenshot and paste it. Maintain a gap of 2-3 lines between the profile cards. Indentation should be kept in mind.

  2. Check whether your profile has been successfully added in the application or not. Connect your android device and run the application. You must have USB Debugging enabled on your phone. Make sure your info is visible under members table.

  3. Modify the profile card with your information. If you execute the command git status, you'll see there are changes.

  4. Add those changes to the branch you just created using the git add command:

git add .

Now commit those changes using the git commit command:

git commit -m "<your-name> Profile Card Added"

Step 5: Push Changes

Push your changes using the command git push origin <your-branch-name>

Step 6: Make a Pull Request

Go to your repository on GitHub, you'll see a Compare & pull request button. Click on it.

Now submit the pull request

Congrats! You have made your first contribution! Happy Coding!


Show you love and star this repo.

Connect with me on LinkedIn

My LinkedIn Account

Developed and managed by- โœจ


Sarvesh Nath Tiwari

๐Ÿ’ป ๐Ÿ“– ๐Ÿ“† ๐Ÿ‘€

iosd_mait_hacktoberfest-2020_flutter's People

Contributors

aman1210 avatar khush-ramdev avatar khushi067 avatar rashmi2002 avatar samakshsingh avatar sarveshsrv avatar shobu95 avatar shubhamsingla807 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.