Category : Games

The flutter chess game was fully written on the dart. In dependencies only flutter_bloc library. Features I work with this repo only when I have free time. But I don’t have enough ))) My main Idea is: Separate logic and presentation ✅ Models: contains logic UI: contains all UI widgets bloc: use for binder between model ..

Read more

Triple seven slots game PROJECT INFO Triple seven slots game based on the latest version of Flutter The game is properly working on Android, iOS, and WEB Features A slot machine (roll_slot_machine package) Ability to make bet, user balance is locally stored Spin wheel each 8 hours Different lotties for prizes and balance increasing Demo Triple ..

Read more

TANGRAM GAME I’ve created a puzzle game that you can play on the Flutter web. There are only 4 chapters for now, it will be developed over time. Game Open Demo “# tangram-game” Download Tangram game app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Minesweeper An really really simple minesweeper made with Flutter Screenshots Download source code on GitHub https://github.com/KalilDev/minesweeper FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Flame Centipede Simple (unfinished) Centipede clone in Flame. Play at: https://bluefireteam.github.io/flame_centipede/ Download source code on GitHub https://github.com/bluefireteam/flame_centipede FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

A new Flutter project. This project has three pages: Login Page, Game Page and a Score Board. In the Login Page the user should provide username, choose color of preference, and how many attempts should one wants to play. In the Game Page the actual process starts and the user play the game with the ..

Read more

tic_tac_toe A new Flutter project. Game Restarted : Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers ..

Read more

dashboy Gameboy Emulator by dart&flutter Language: Dart UI: Flutter Graphics: CustomPainter + Canvas The core implementation is based on my prior work https://github.com/mj-hd/gb. TODO  save&load states Download source code on GitHub https://github.com/mj-hd/dashboy FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

vtb_hack_mobile Game (mobile application) for the online hackathon MORE.tech 3.0 from VTB Screenshots Getting Started For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. Download source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

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 your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on ..

Read more

perfect_pitch_game A new Flutter project. working on functionality Getting Started Illustration by Irina Molchanova from Ouch! Download this app source code on GitHub https://github.com/guieltorres/perfect_pitch_game FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Dicee  Download this app source code on GitHub https://github.com/sumant4ssm/flutter_dice FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

NPuzzle An NPuzzle built with Flutter. Using A star algorithm to solve the puzzle. Widgets Used. Stack. AnimatedPositioned. Output Download this app source code on GitHub https://github.com/JosteveGit/NPuzzle FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Cyberpwned Cyberpunk 2077 Hacking Minigame Resolver – Play Store: https://play.google.com/store/apps/details?id=com.nicolassiplis.cyberpwned Requirements Installing and running Make sure you copy your google-services.json file to android/app, otherwise you’ll get a build error and won’t be able to compile the application. There are several ways of trying out the app: From the command line, you can do flutter build apk which should ..

Read more

Game app ui built with Flutter. Download Game app ui source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

dice_app A new Flutter application. Getting Started For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. Description It’s a Flutter Dice App that display Rolled Dice’s position and Sum of all Dices. Icon Screenshot Working Download dice app source code on GitHub ..

Read more

it is a game where a goat can walk , run and jump Goat increases size when he eat grass ! Goat can meither move left or right ! I currently working on more features to it ! Download this game source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with ..

Read more

ValorantClient valorant_client is a library to interact with VALORANT Game API’s to fetch user specific data such as matches played, user info, store info etc. Usage Add valorant_client as a dependency on pubspec.yaml file on your project root. At the time of this writing, the latest package version is 1.1.0. Do check Package Page to get latest version. dependencies: valorant_client: ^1.1.0 Import ..

Read more

Composition Rendering A graphics engine for creating 2D games. Composition Rendering is not a game engine. Creating objects based on composition and painting on canvas. This solution can be used as part of a third-party game engine. The functions of creating game scenes and managing graphic objects in the action scene are at your disposal. ..

Read more

Tic-Tac-Toe  A simple mobile game built with Flutter Don’t forget to give a star if you like this project  Note: This repository is still under development and I will continue to add more features to it!  Table of Contents  General Info Preview Screenshots Getting Started Features Technologies General Info  The purpose of this project was to ..

Read more

joy_app A new Flutter project. Our Goal The objective of this tutorial is to introduce you to the core programming concepts that will form the foundation of most of the apps you’ll build in the future. This app will teach you how to make apps with functionality using setState() inside Stateful Flutter widgets. What you ..

Read more

This was an app I produced thinking about recovering my flutter skills (now flutter 2.0) and training API requests.The API I used for this one was Animechan \ Project Name: Anime QuotesFramework: Flutter 2.5.1Language: DartPlugins used:-http-clipboard-share Project Screenshots Download source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Hangman Hangman game that tests your general knowledge skills. Mobile Download .apk file on release file Just Install it and Enjoy Web Play on this web https://hangman.zerachiuw.my.id Screenshots Download Hangman app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

flutter_unity_widget Flutter unity 3D widget for embedding unity in flutter. Now you can make awesome gamified features of your app in Unity and get it rendered in a Flutter app both in fullscreen and embeddable mode. Works great on Android, iPad OS and iOS. There are now two unity app examples in the unity folder, ..

Read more

Usage FlamePluginComponent A simple usage example: import ‘package:composition_rendering/scene.dart’; import ‘package:flame/flame.dart’; import ‘package:flame/game.dart’; import ‘package:flame_composition_rendering/flame_plugin.dart’; import ‘package:flutter/widgets.dart’; void main() { WidgetsFlutterBinding.ensureInitialized(); runApp( GameWidget( game: ExampleLauncher(), ), ); } class ExampleLauncher extends BaseGame { final FlamePluginComponent plugin = FlamePluginComponent(); ExampleLauncher() { plugin.scene = GameScene(); } @override Future<void> onLoad() async { await Flame.images.loadAll([ ‘bg.jpg’, ]); await add(plugin); } ..

Read more

Flutter Bloc Card Flip  Project on hold ~ August 9th 2021  An exploration of game card dealing and flipping actions using Flutter BloC state management. Web Application https://alienspaces.github.io/flutter-bloc-card-flip/ CI/CD All merges to the master branch run through automated tests followed by an automated web build and push to the publish branch which contains the current source for the above ..

Read more

Mobile math puzzles Short Intro: Mobile Puzzle Game for android made in flutter. App on google play store soon! A mobile app with math riddles! Getting Started Riddles are not included into project! You can put your riddles into asset/levels (similar with hints) How to run flutter run –no-sound-null-safety features animations save system ads sounds ..

Read more

CS:GO Tournament App An App where all the details about a tournament can be found. Features User Side Players can Register for the tournament through the App itself. Users can Sign-in Anonymously. Users can see the Match Schedule on the App. Users can watch Match details (including time, score, winner team, MVP etc) Users can ..

Read more

pedax is Board GUI with edax, which is the strongest reversi program. pedax has 4 features. Comfortably, you can see evaluation value, e.g. +4, -10. Mac/Windows are supported. Linux is still not verified. Customizable important options, e.g. book file path, search level, advanced indicator. 2 languages (English, Japanese) are supported. Development commands format flutter format -l 120 . run flutter run -d macos test widget test flutter ..

Read more

Bonfire Build RPG games and similar with the power of FlameEngine! Bonfire is ideal for building games from the following perspectives: Test our online DEMO. Documentation For more information and examples see the Documentation. Download RPG maker source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Flame Splash Screen Style your flame game with a beautiful splash screen. This package includes a FlameSplashScreen widget. Install Add flame_splash_screen as a dependency in your pubspec.yaml file (what?). Import the widget: import ‘package:flame_splash_screen/flame_splash_screen.dart’; Usage The splash screen is a widget that can be used to show the splash screen. Simple usage There is just two required params: onFinish, ..

Read more

NOTE: Manga Section Contains 18+ content.Sometimes App may take some time to load.Constants Folder is removed from repo because it contains api Url and it also contains a getSize() Function That returns device dimensions. Screenshots Download app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Usage FlamePluginComponent A simple usage example: import ‘package:composition_rendering/scene.dart’; import ‘package:flame/flame.dart’; import ‘package:flame/game.dart’; import ‘package:flame_composition_rendering/flame_plugin.dart’; import ‘package:flutter/widgets.dart’; void main() { WidgetsFlutterBinding.ensureInitialized(); runApp( GameWidget( game: ExampleLauncher(), ), ); } class ExampleLauncher extends BaseGame { final FlamePluginComponent plugin = FlamePluginComponent(); ExampleLauncher() { plugin.scene = GameScene(); } @override Future<void> onLoad() async { await Flame.images.loadAll([ ‘bg.jpg’, ]); await add(plugin); } ..

Read more

Composition Rendering A graphics engine for creating 2D games. Composition Rendering is not a game engine. This solution can be used as part of a third-party game engine. The functions of creating game scenes and managing graphic objects in the action scene are at your disposal. Object rendering is optimized to minimize the number of ..

Read more