Git Product home page Git Product logo

get_help's Introduction

CUET Get Help

Logo

A platform for students of CUET to express concern and recieve help

Flutter Dart

TDD (Test Driven Developemt)

Our goal is to develop the app using TDD (Test Driven Development) approach. We'll write unit tests that fails first and then write the code to make the test pass.

Flutter provides three types of tests:

We aim to achieve higher test coverage of Unit tests and Widget tests.

tests

Unit tests

Unit tests are handy for verifying the behavior of a single function, method, or class.

Unit tests will be written in /test/unit directory.

Every units will be treated as sut (system under test) and will be tested in a separate file.

tests

Widget tests

Widget tests are useful for verifying the behavior of a widget or a screen. Our goal will be to ensure if an widget properly renders in the UI.

Widget tests will be written in /test/widget directory.

Every widget will be treated as sut (system under test) and will be tested in a separate file.

Integration tests

Integration tests are useful for verifying that a group of widgets work together as expected.

Integration tests are more costly and complex than unit tests and widget tests, so we'll try write them only when necessary.

Getting Started w/ development

  • Clone the repository git clone [email protected]:RobinHood3082/get_help.git
  • cd into the direcotry cd get_help
  • Install dependencies flutter pub get
  • Run the app flutter run

Build

  • Run flutter build apk --release to build the apk file

UI data flow

get-help-flow

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.