Giter VIP home page Giter VIP logo

gitfitnesstracker's Introduction

gitFitnessTracker

For interns

Points to remember during development,

  1. never use static numbers for height or width of any widget always use MediaQuery.of(context).size.height or MediaQuery.of(context).size.width

  2. make separate folders and file to make sure you code is clean

  3. add a comment before every widget, writing description of that widget

  4. Best way to implement a screen with multiple widget is use a Stack read this and implement according to it

     			Scaffold
     			child: Container 
     			height: MediaQuery.of(context).size.height
     			width : MediaQuery.of(context).size.width
     			child: Stack
     					fit: expanded
     					children:
     					[
     						Alig(
     						aligment: Alignment(0,-0.9)
     						child: WidgetName1
     						),
     						Alig(
     						aligment: Alignment(0,-0.9)
     						child: WidgetName2
     						),
     						.
     						.
     						.
     						.
     						.
     						
     						
     					]
    

    This approach will allow you to place your widget at any point on the screen and it keeps the app responsive

  5. remember we'll be using scoped model

  6. GitHub

    • everyone first fork the repo
    • clone the repo into your own system locally (clone the repo under your account) (clone the repo you forked, not the original repo)
    • code into your local machine and push the code regularly
  7. At the end of every page build click a snapshot of it and add it to the project and push the code

  8. As soon as the page is build please verify it's design

  9. maintain your exel accordingly and daily

  10. ask for help if stuck

gitfitnesstracker's People

Contributors

borsezf2 avatar akshaykumaru18 avatar sparshgupta24 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.