All Projects → suchoX → addIt

suchoX / addIt

Licence: Apache-2.0 license
Simple addition game made with Flutter for Mobile and Web using BLOC pattern

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language
HTML
75241 projects
shell
77523 projects
swift
15916 projects
kotlin
9241 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to addIt

calmly
Calmly is made with flutter to practice meditation to bring headspace and calmness. 😍💆🏼‍♂️
Stars: ✭ 34 (+112.5%)
Mutual labels:  mobile-app, ios-app, flutter-demo, flutter-examples, flutter-app
data examples
An example app showing different ways to pass to and share data with widgets and pages.
Stars: ✭ 56 (+250%)
Mutual labels:  mobile-app, mobile-development, flutter-demo, flutter-examples
Manji
Manji is a mobile application built to help people learning Japanese learn about Kanji.
Stars: ✭ 142 (+787.5%)
Mutual labels:  mobile-app, ios-app, mobile-development, flutter-examples
flutteranimations
Flutter login and signup screen with animations.
Stars: ✭ 34 (+112.5%)
Mutual labels:  android-application, ios-app, flutter-examples, flutter-app
flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (+275%)
Mutual labels:  ios-app, flutter-demo, flutter-examples, flutter-app
DevQuiz
Dev.Quiz 👨‍💻 | Rocketseat 💜 - NLW 05 👩‍🚀
Stars: ✭ 25 (+56.25%)
Mutual labels:  flutter-demo, flutter-examples, flutter-app, flutter-web
CrossMobile
Create native iOS, Android, Windows Phone and Desktop applications in Java. Write it once, and produce sophisticated multiplatform applications.
Stars: ✭ 48 (+200%)
Mutual labels:  mobile-app, ios-app, mobile-development
car rental lite
A platform for car sharing where users can book any car that suits their needs and wants for their intended journey, from the closest hosts in the community.
Stars: ✭ 28 (+75%)
Mutual labels:  flutter-demo, flutter-examples, flutter-app
boxgame
A sample project for following along a tutorial found on jap.alekhin.io.
Stars: ✭ 32 (+100%)
Mutual labels:  flutter-demo, flutter-examples, flutter-app
Gsy github app flutter
Flutter 超完整的开源项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Weex版本 : https://github.com/CarGuo/GSYGithubAppWeex 、同款React Native版本 : https://github.com/CarGuo/GSYGithubApp 、原生 kotlin 版本 https:…
Stars: ✭ 12,920 (+80650%)
Mutual labels:  mobile-app, flutter-demo, flutter-app
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (+37.5%)
Mutual labels:  mobile-app, ios-app, mobile-development
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-18.75%)
Mutual labels:  mobile-app, android-application, mobile-development
Mobileapp Pentest Cheatsheet
The Mobile App Pentest cheat sheet was created to provide concise collection of high value information on specific mobile application penetration testing topics.
Stars: ✭ 3,051 (+18968.75%)
Mutual labels:  mobile-app, android-application, ios-app
android-trinity
android-trinity is tiny proactive framework with much of the scaffolding code required to start a new Android Application.
Stars: ✭ 44 (+175%)
Mutual labels:  mobile-app, android-application, mobile-development
Ionic Starter Template
Reinventing the wheel, again! Sorry Ionic Team... but there are many newbies learning on Youtube!
Stars: ✭ 208 (+1200%)
Mutual labels:  mobile-app, android-application, ios-app
BloodMS
🔥 🔥 🔥 A blood management project. 🔥 🔥 🔥
Stars: ✭ 48 (+200%)
Mutual labels:  flutter-demo, flutter-examples, flutter-app
gleam
一个简单、轻量、可靠的Flutter UI 组件库
Stars: ✭ 24 (+50%)
Mutual labels:  flutter-demo, flutter-examples, flutter-app
Mvvm Reddit
A companion project for our blog post on better Android software development using MVVM with RxJava.
Stars: ✭ 106 (+562.5%)
Mutual labels:  mobile-app, android-application, mobile-development
Model2app
Turn your Swift data model into a working CRUD app.
Stars: ✭ 118 (+637.5%)
Mutual labels:  mobile-app, ios-app, mobile-development
Flutter-BabyStepsQuiz
A Flutter Quiz App.
Stars: ✭ 21 (+31.25%)
Mutual labels:  mobile-app, mobile-development, flutter-app

AddIt

A simple addition game built with Flutter. Just answer if the addition displayed is right or wrong within 3 seconds.

Addit was initially built as a android and ios App, and then wne the Web technical preview came out, I added Web support to it. Initially it was a difficult process since It was not possible to have a single Code base for Mobile and Web. But as of March 2020, it's in the dev branch and its easy to add web support. To get Started with flutter web or add web support to your existing App, Check here

Tech-Stack

This project is completely built with flutter and has the following properties

  1. It follows BLOC pattern using bloc and flutter_bloc.
  2. This project showcases a basic Flutter BLOC architecture and can be used as the base of other flutter projects

For help getting started with Flutter, view our online documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].