askarmus / stackgig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building StackGIG app using Flutter Getx concepts

Overview

stackgig.com is community-driven list of essential fullstack interview questions abd answers which saves number of google searchig hour for next interview prepartation.

Most of the concepts implmented by state manager GetX , this project implements a folder architeture that make sense for placing all the widgets tree from a screen to have secure access of its parent controllers.

Google Play Feature Image

Feature Image


GetX OvervIew

Get - GetX is an extra-light and powerful solution for Flutter. It combines high performance state management, intelligent dependency injection, and route management in a quick and practical way. GetX is "4 in 1" package, in other words, State simple/reactive management, Route management, Dependencies managements and utilities, everything ia one only place.

Objective

Facilitate the learning of the package.

  • Have a solid, standard structure for developing applications with GetX.
  • Facilitate the use of GetX in an organized, simple and scalable way.
  • Facilitate the search for information and dissemination of knowledge.
  • Working in the English version and new site multi-language.

Resources

I made backend API using .Net core API and SQL server databse that hosted in Azure cloud platform.

  • Page with list of categoreis with serch funclinality.
  • List of question for a selected category
  • Drawer to see the naswer
  • Add/Remove questin to favorite question card
  • List of favorite question page
  • Delete all favorite question form cart

License: MIT

Copyright (c) 2020 Askar Musthaffa

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

License:MIT License


Languages

Language:Dart 93.4%Language:Ruby 5.6%Language:Swift 0.7%Language:Kotlin 0.2%Language:Objective-C 0.1%