Repository for flutter app of Apti-Che ( quiz conducting platform ) for AICHE NIT Rourkela

Overview

Starware

All Contributors

DSC NIT Rourkela

Project developed and maintained by DSC NIT Rourkela DSC NIT Rourkela Cover Image

Contributing


Our Slack Community: Slack Invite

Contributions are welcome 🎉🎉

Please refer to the project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE 1: Please abide by the Contributing Guidelines.

NOTE 2: Please abide by the Code of Conduct.

Starware

This is Starware.
This means you're free to use the project, as long as you star its GitHub repository.
Your appreciation makes us grow and glow up.

Contributors

Thanks goes to these wonderful people (emoji key):


Astha Nayak

💻 🤔 🚧 📆

Sriram Patibanda

💻 🤔 🚧 📆

This project follows the all-contributors specification. Contributions of any kind welcome!

Comments
  • Removes demo test file and all-contri configs

    Removes demo test file and all-contri configs

    Your checklist for this pull request

    🚨Please review the guidelines for contributing to this repository.

    • [ ] Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your default branch!
    • [ ] Make sure you are making a pull request against the default branch (left side). Also you should start your branch off default branch.
    • [ ] Check the commit's or even all commits' message styles matches our requested structure.
    • [ ] Check your code additions will fail neither code linting checks nor unit test.
    • [ ] I have added necessary documentation (if appropriate)

    Description

    Please describe your pull request.

    ❤️Thank you!

    Post merge checklist

    • [ ] Follow steps from the guidelines for contributing to this repository.
    • [ ] If you are a new contributor, ping in the thread and one of the maintainers will add you to all-contributors list.
    opened by abhibhaw 12
  • Add UI for HomeScreen and App Drawer

    Add UI for HomeScreen and App Drawer

    Your checklist for this pull request

    🚨Please review the guidelines for contributing to this repository.

    • [x] Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your default branch!
    • [x] Make sure you are making a pull request against the default branch (left side). Also you should start your branch off default branch.
    • [x] Check the commit's or even all commits' message styles matches our requested structure.
    • [x] Check your code additions will fail neither code linting checks nor unit test.
    • [ ] I have added necessary documentation (if appropriate)

    Description

    • Work Completed:
      • Add UI for HomeScreen including the app drawer.
    • Work In Progress:
      • Addition and navigation of required screens from Drawer.
      • Change quiz icon in grid tile.
    • Work for which assistance is required:
      • Use GraphQL: APIs and replace all the fake data.
      • APIs required for this module: User Details, Upcoming quizzes and Past Quizzes.

    ❤️Thank you!

    Post merge checklist

    • [ ] Follow steps from the guidelines for contributing to this repository.
    • [ ] If you are a new contributor, ping in the thread and one of the maintainers will add you to all-contributors list.

    Build Status

    pr-build-test

    safe-for-build 
    opened by SriramPatibanda 7
  • Auth fix

    Auth fix

    Your checklist for this pull request

    🚨Please review the guidelines for contributing to this repository.

    • [X] Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your default branch!
    • [X] Make sure you are making a pull request against the default branch (left side). Also you should start your branch off default branch.
    • [X] Check the commit's or even all commits' message styles matches our requested structure.
    • [X] Check your code additions will fail neither code linting checks nor unit test.

    Description

    Solves the existing issues with Authentication #8

    ❤️Thank you!

    Build Status

    pr-build-test

    safe-for-build 
    opened by nayakastha 7
  • feat: fakeapi and data models & bugfix: screen freeze on signout

    feat: fakeapi and data models & bugfix: screen freeze on signout

    This Pull Request introduces the fake API and the data models that are essential for the development of the UI and ease in wireframing.

    also closes issue #26

    Build Status

    pr-build-test

    safe-for-build 
    opened by nayakastha 5
  • Setup Playstore Deployment

    Setup Playstore Deployment

    • Register app on playstore
    • Setup continuous deployment to play store beta channel.
    • Triggers on a new release.
    • Add signing configuration for release build.
    • Add play store SHA-1 and SHA-256 in firebase console.
    add to todo 
    opened by abhibhaw 3
  • Setup remote config for ApiUrl and ApiKey

    Setup remote config for ApiUrl and ApiKey

    Your checklist for this pull request

    🚨Please review the guidelines for contributing to this repository.

    • [x] Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your default branch!
    • [x] Make sure you are making a pull request against the default branch (left side). Also you should start your branch off default branch.
    • [x] Check the commit's or even all commits' message styles matches our requested structure.
    • [x] Check your code additions will fail neither code linting checks nor unit test.
    • [x] I have added necessary documentation (if appropriate)

    Description

    Fixes #39 Adds remote config for the project. Api URL and Api Key are fetched.

    ❤️Thank you!

    Post merge checklist

    • [ ] Follow steps from the guidelines for contributing to this repository.
    • [ ] If you are a new contributor, ping in the thread and one of the maintainers will add you to all-contributors list.

    Build Status

    pr-build-test

    opened by SriramPatibanda 2
  • Integrate QuizPage with the app

    Integrate QuizPage with the app

    Your checklist for this pull request

    🚨Please review the guidelines for contributing to this repository.

    • [x] Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your default branch!
    • [x] Make sure you are making a pull request against the default branch (left side). Also you should start your branch off default branch.
    • [x] Check the commit's or even all commits' message styles matches our requested structure.
    • [x] Check your code additions will fail neither code linting checks nor unit test.
    • [x] I have added necessary documentation (if appropriate)

    Description

    Integrate QuizPage with the app using the GraphQL APIs.

    ❤️Thank you!

    Post merge checklist

    • [ ] Follow steps from the guidelines for contributing to this repository.
    • [ ] If you are a new contributor, ping in the thread and one of the maintainers will add you to all-contributors list.

    Build Status

    pr-build-test

    safe-for-build 
    opened by SriramPatibanda 2
  • bug fix :  loader for otp and login screen

    bug fix : loader for otp and login screen

    Your checklist for this pull request

    🚨Please review the guidelines for contributing to this repository.

    • [x] Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your default branch!
    • [x] Make sure you are making a pull request against the default branch (left side). Also you should start your branch off default branch.
    • [x] Check the commit's or even all commits' message styles matches our requested structure.
    • [x] Check your code additions will fail neither code linting checks nor unit test.

    Description

    There was a delay between login and otp screen which seemed janked. This PR adds a loader in place and makes the process smooth.

    Build Status

    pr-build-test

    safe-for-build 
    opened by nayakastha 2
  • Adds pr-status-badge in PR_TEMPLATE

    Adds pr-status-badge in PR_TEMPLATE

    Your checklist for this pull request

    🚨Please review the guidelines for contributing to this repository.

    • [ ] Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your default branch!
    • [ ] Make sure you are making a pull request against the default branch (left side). Also you should start your branch off default branch.
    • [ ] Check the commit's or even all commits' message styles matches our requested structure.
    • [ ] Check your code additions will fail neither code linting checks nor unit test.
    • [ ] I have added necessary documentation (if appropriate)

    Description

    Please describe your pull request.

    ❤️Thank you!

    Post merge checklist

    • [ ] Follow steps from the guidelines for contributing to this repository.
    • [ ] If you are a new contributor, ping in the thread and one of the maintainers will add you to all-contributors list.

    Build Status

    pr-build-test

    safe-for-build 
    opened by abhibhaw 2
  • Refactor: Squashed some bugs

    Refactor: Squashed some bugs

    Your checklist for this pull request

    🚨Please review the guidelines for contributing to this repository.

    • [ ] Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your default branch!
    • [ ] Make sure you are making a pull request against the default branch (left side). Also you should start your branch off default branch.
    • [ ] Check the commit's or even all commits' message styles matches our requested structure.
    • [ ] Check your code additions will fail neither code linting checks nor unit test.
    • [ ] I have added necessary documentation (if appropriate)

    Description

    Please describe your pull request.

    ❤️Thank you!

    Post merge checklist

    • [ ] Follow steps from the guidelines for contributing to this repository.
    • [ ] If you are a new contributor, ping in the thread and one of the maintainers will add you to all-contributors list.

    Build Status

    pr-build-test

    safe-for-build 
    opened by abhibhaw 1
  • feat: Add default country code as +91 🎉 fixes #64

    feat: Add default country code as +91 🎉 fixes #64

    Your checklist for this pull request

    🚨Please review the guidelines for contributing to this repository.

    • [ ] Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your default branch!
    • [ ] Make sure you are making a pull request against the default branch (left side). Also you should start your branch off default branch.
    • [ ] Check the commit's or even all commits' message styles matches our requested structure.
    • [ ] Check your code additions will fail neither code linting checks nor unit test.
    • [ ] I have added necessary documentation (if appropriate)

    Description

    Please describe your pull request.

    ❤️Thank you!

    Post merge checklist

    • [ ] Follow steps from the guidelines for contributing to this repository.
    • [ ] If you are a new contributor, ping in the thread and one of the maintainers will add you to all-contributors list.

    Build Status

    pr-build-test

    safe-for-build 
    opened by abhibhaw 1
  • Remove Firebase - remote config and authentication

    Remove Firebase - remote config and authentication

    Firebase package upgrade causes a lot of issues with passing time.

    1. Find an alternative for Remote Config. Jugaad Method - json and .gitignore

    2. Use Auth0 authentication service instead of Firebase Mobile Authentication.

    enhancement unapproved 
    opened by nayakastha 0
  • Add a button to navigate to the previous question.

    Add a button to navigate to the previous question.

    Is your feature request related to a problem? Please describe. Yes. Currently, there's no button to go to the previous question directly. One would've to select the question from the question selector dropdown.

    Describe the solution you'd like Create a button that displays the previous question when pressed.

    Describe alternatives you've considered N.A.

    Additional context N.A.

    enhancement good first issue help wanted question unapproved hacktoberfest 
    opened by SriramPatibanda 7
Releases(v1.1.0)
Owner
DSC NIT Rourkela
Don't code alone. Code for the community.
DSC NIT Rourkela
Applicazione mobile multipiattaforma sviluppata in Flutter e Dart che permette di visionare i dati relativi al carico di pazienti presenti nei pronto soccorso degli ospedali dell'area metropolitana di Genova.

Genova PS Applicazione mobile multipiattaforma sviluppata in Flutter e Dart che permette di visionare i dati relativi al carico di pazienti presenti n

Riccardo Riggi 1 Oct 19, 2021
Quiz App is cross-platform mobile app, that allows you to test your knowledge on various technologies through quizzes. It's built with Flutter & Dart

Quiz App is cross-platform mobile app, that allows you to test your knowledge on various technologies through quizzes. It's built with Flutter & Dart

Régis 6 Sep 19, 2022
A quiz app built using Flutter

Quiz-App A quiz app built using Flutter. It currently covers programming topics such as (i.e. TypeScript, Angular, Firebase...) and others. Although t

Akash Dubey 63 Dec 18, 2022
Quiz App - A Flutter project to take exam from different subjects

A Flutter project to take exam from different subjects. You can assign date, time and duration of the exam.

Aryanka Pawar 1 Sep 23, 2022
QuizApp - A quiz app with decent questions, minimalistic UI and a dash of tangy randomness

QuizApp A quiz app with Decent questions, Minimalistic UI and a dash of Tangy Ra

null 1 Mar 28, 2022
This is a mobile application that goals to build a quiz about programming subjects writter with Flutter.

❓ DevQuiz A mobile application being built with NLW5 (an event from Rockeatseat - https://app.rocketseat.com.br/). This application goals to build a q

Samilly Nunes 18 Dec 23, 2022
This repository is a sample app for learning TDD and clean architecture in action!

flutter_weather_app_sample A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get y

Aditya Rohman 71 Jan 1, 2023
This is the repository to store the course content and assignments pertaining to Flutter Summer Group hosted by CRUx in 2021 Summer

Flutter Summer Group 2021 This is the official repository for Flutter Summer Group hosted by cruX, and all the course content along with assignments w

Sai Ankit 47 Dec 4, 2022
Repository with Frontend code for InnoTutor project. It is written on Flutter.

inno_tutor A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you started i

InnoTutor 23 Sep 17, 2022
Repository to practice and study some advanced concepts of flutter bloc

flutter_weather A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Gabriel Davi Silva Pereira 3 Mar 31, 2022
A flutter repository meant for open-source contributions in hacktoberfest 2021.

Hacktoberfest 2021 Hosted by DigitalOcean for the 8th year in a row, Hacktoberfest encourages participation in giving back to the open source communit

MLSA-AMU 14 Jan 23, 2022
This the repository for flutter appentice

apprenticeflutter A new Flutter project. Getting Started This project is a starting point for a Flutter application that follows the simple app state

Abhay 0 Nov 26, 2021
Example repository of handling permissions in Flutter using BLoC and Clean Architecture.

flutter_permission_handling A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get

Jop Middelkamp 0 Dec 28, 2021
webviewpage repository project

webviewpage A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

Ümit KOC 0 Oct 11, 2021
GitHub Desktop tutorial repository

demo_bloc_infinitylist A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you s

Nguyễn Thành Tâm 0 Nov 4, 2021
Ini adalah repository yang digunakan untuk membuat capstone project Dicoding aplikasi "Clothal"

capstone_project This is for Capstone Project Dicoding Getting Started This project is a starting point for a Flutter application. A few resources to

Roni Sudarmawan 1 Dec 24, 2021
Ini merupakan repository yang ditujukan untuk memenuhi persyaratan Front-End Developer di Sribuu.

Sribuu Home Task - Movie App Ini merupakan repository yang ditujukan untuk memenuhi persyaratan Front-End Developer di Sribuu. Dimana pada aplikasi in

Tegar Yasindra 0 Dec 30, 2021
A Flutter plugin for Yandex AppMetrica SDK, a marketing platform for app install attribution, app analytics, and push campaigns.

appmetrica_sdk A Flutter plugin for Yandex AppMetrica SDK. Plugin implementation status Implemented Events Profiles Not implemented yet Revenue. Comin

EM ALL iT Studio 15 Oct 21, 2021
This is the new version of my Task app "Tasko" which was done in Java. She is now in Flutter for the HotReload and the native Cross-Platform.

tasko_rem The Tasko App is now compatible on iOS, Android and others distribution, because it's made with Flutter ✨ You can now add task, check them o

Scythe 12 May 2, 2022