A host of best internet casual games for mobile users.

Overview

Arcade Plaza

An online gaming app. Arcade Plaza is an open source mobile gaming app currently available exclusively on Play Store.

Read this article to know history, concept etc

Future Plans:

  • Soon will also be available at Apple Store
  • In the future, we can also publish them on Web, Windows and macOS if necessary

🚀   Overview and Installation

It simply provides us the UI to play the awesome games already available on the internet. Download our android app to properly understand the basic functionalities.

  • Fork the repo
  • Clone it on your device
  • Run pub.get
  • Start contributing 😁

❤️   Community and Contributions

The Arcade Plaza is a community-driven open source project backed by Aryaman Godara. We are committed to a fully transparent development process and highly appreciate any contributions. Whether you are helping us fixing bugs, proposing new feature, improving our documentation or spreading the word - we would love to have you as part of the community.

🤝   Found a bug? Missing a specific feature?

Feel free to file a new issue with a respective title and description on the the aryamangodara/Arcade-Plaza repository. If you already found a solution to your problem, we would love to review your pull request! Have a look at our contribution guidelines to find out about our coding standards.

  Requirements

Arcade Plaza requires a Flutter version higher or equal to 1.8

📫   Have a question? Want to chat? Ran into a problem?

We are happy to welcome you in our GitHub Discussions! Obviously you can always reach out to me directly via the LinkedIn or post your question on Twitter with the official arcadePlaza hashtag.

😶‍🌫️   Getting Started with Flutter?

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

You might also like...

Bac-App-Flutter - Flutter application where you can read PDF locally or by internet and is saved

Bac-App-Flutter - Flutter application where you can read PDF locally or by internet and is saved

Bac App - Flutter Flutter application where you can read PDF locally or by inter

Jun 7, 2022

Flutter package to simplify pagination of list of items from the internet.

Flutter package to simplify pagination of list of items from the internet.

PaginationView Installing In your pubspec.yaml dependencies: pagination_view: ^2.0.0-nullsafety.0 import 'package:pagination_view/pagination_view.da

Dec 29, 2022

A pure Dart utility library that checks for an internet connection by opening a socket to a list of specified addresses, each with individual port and timeout. Defaults are provided for convenience.

data_connection_checker A pure Dart utility library that checks for an internet connection by opening a socket to a list of specified addresses, each

Nov 29, 2022

💖A free IoT (Internet of Things) platform and private cloud

💖A free IoT (Internet of Things) platform and private cloud

Nov 30, 2022

Best ever drawer in Flutter for Android and ISO.

Best ever drawer in Flutter for Android and ISO.

Login & Register Screen in Flutter Best ever login and register screen in flutter to make precious application. This flutter app is made just to demon

Aug 28, 2021

best flutter / dart practices + Custom Painter + Sliver App Bar + Custom Scrollview

best flutter / dart practices + Custom Painter + Sliver App Bar + Custom Scrollview

Weekly Budget Flutter App A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get yo

Oct 21, 2021

🟧 Lints for Dart and Flutter based on software industry standards and best practices.

Solid Lints Flutter/Dart lints configuration based on software engineering industry standards (ISO/IEC, NIST) and best practices. Usage Add dependency

Oct 12, 2022

Kc - A Simple App Solution for Calculation Fraction (Kali) size of a Lehenga. this is very useful for Fashion designers and tailors. Simple UI with best User Experience.

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

Jan 8, 2022

Starter-Flutter - Starter flutter project for best architecture and seperation of code

Starter-Flutter - Starter flutter project for best architecture and seperation of code

Modular-Architecture Codebase CodeBase , Infrastructure and the common Layers (c

Feb 16, 2022
Comments
  • Added search games functionality on the home screen

    Added search games functionality on the home screen

    I have added the search games functionality on the home screen, the user will now be able to filter through the list of games when he submits on the keyboard and can revert back to scrolling the full list using the cross button on the textfield. I have made separate functions to implement the search bar. You may style the textfield any way you want, it is located in lib/widgets/search_widget.dart and the functions to filter the list are present in lib/screens/games_list_screen.dart.

    opened by samitkapoor 4
  • When we click on the search button...

    When we click on the search button...

    • keyboard should automatically appear
    • search should be Realtime i.e. the letters we are writing should be simultaneously correspond to the list of games that will appear in screen body
    • when no game is found our users must see "No game found" in screen's body
    • after clicking the cross button keyboard should go back too
    enhancement good first issue 
    opened by aryamangodara 3
  • Solved issue

    Solved issue "When we click on search button..."

    [x] keyboard should automatically appear [x] search should be Realtime i.e. the letters we are writing should be simultaneously correspond to the list of games that will appear in screen body [x] when no game is found our users must see "No game found" in screen's body [x] after clicking the cross button keyboard should go back too

    I have solved all this error, to tackle these issues I have used the help of the get package to managing the state of the application while searching realtime by making a separate search controller to control all the operations.

    opened by samitkapoor 2
Releases(playstore)
  • playstore(Feb 20, 2022)

    What's Changed

    • Games have been reordered by @aryamangodara in https://github.com/aryamangodara/Arcade-Plaza/commit/397339086e41bd2d5737e6d50b89700244559972
    • Added search games functionality on the home screen by @samitkapoor in https://github.com/aryamangodara/Arcade-Plaza/pull/7
    • Solved issue "When we click on search button..." by @samitkapoor in https://github.com/aryamangodara/Arcade-Plaza/pull/9

    New Contributors

    • @samitkapoor made their first contribution in https://github.com/aryamangodara/Arcade-Plaza/pull/7

    Full Changelog: https://github.com/aryamangodara/Arcade-Plaza/commits/playstore

    Source code(tar.gz)
    Source code(zip)
Owner
Aryaman Godara
I am in love with computers😍 lifelong student...
Aryaman Godara
Breathe is a mental health blogging app where users can join communities of doctors and other users from around the world and both share their problems as well as lend a ear to and help others

?????????????? ?????????????? In a condensed, suffocating society you can feel closed off, when you can't process your emotions and are going through

Soham Sen 3 May 16, 2022
Github-search - Allows users to search users on github Uses flutter

Github Search Github Search is a cross-platform mobile application powered by Flutter Framework and Github API. The application was built with simplic

Saul 3 Sep 13, 2022
Ali Türkay AVCI 1 Jan 20, 2022
Push Notification service for anime episodes and news. The episode updates will be based on actual upload on the internet and NOT Japan tv schedule as other apps do.

Quantz Push Notification service for anime episodes and news. Features Sub and dub - get notified with latest anime episodes on the internet. Ongoing

null 18 Nov 21, 2022
Flutter package to simplify pagination of list of items from the internet.

PaginationView Installing In your pubspec.yaml dependencies: pagination_view: ^2.0.0-nullsafety.0 import 'package:pagination_view/pagination_view.da

Venkatesh Prasad 151 Dec 29, 2022
A package help you to make api call and handle error faster, also you can check for internet before call api.

http_solver ##not for production use, only for learning purpose. A package help you to make api call and handle error faster, also you can check for i

Abdelrahman Saed 1 Jun 18, 2020
A simple flutter app that downloads a file from the internet, shows a custom-made download progress dialog and saves the file to device's internal storage

http_downloader A simple flutter app that downloads a file from the internet using the http plugin. It has a custom-designed progress dialog which dis

Akora Ing. Debrah Kwesi Buabeng 4 Apr 6, 2021
Lightweight internet connection test, lookup a domain.

palestine_connection Lightweight internet connection test, lookup Google domain. Part of PalestineDevelopers project Features Periodic internet connec

Palestine Developers 5 Jun 26, 2022
Create a Grid Layout of IoT (Internet of Things) devices in a particular house.

Create a Grid Layout of IoT (Internet of Things) devices in a particular house. Keep it simple to just 4-6 devices. Each device will have an icon on its own. When you press the icon, toggle the image and toggle the text underneath between on and off.

null 0 Dec 30, 2021