quizz_flutter A Basic Quizz app where you see the basics of Flutter. Screenshots Screenshot 01 Screenshot 02 Screenshot 03 Screenshot 04 GitHub

Flutter app templates code
quizz_flutter A Basic Quizz app where you see the basics of Flutter. Screenshots Screenshot 01 Screenshot 02 Screenshot 03 Screenshot 04 GitHub
GameBase 🎮 A flutter application that serves as a front-end application for GameBase. GameBase is a game library that lets you review games and list your favorite games. Demo Current Build Status Authentication is already established, refresh tokens is not yet implemented Tasks ⏰ The following must be finished by this week October 25, 2020 Home Page 🏠 Top Games …
matchymatchy The goal is to reproduce the top right pattern on the 9 center squares with as few moves as possible. STILL IN DEVELOPMENT Fun fact: this app was entirely developed on emacs! Architecture This app implements Didier Boelens’ approach to BLoC. The idea is to show data through widgets that react to a bloc’s Stream. In order to simplify …
Grid Circuit Puzzle A Flutter puzzle app. Complete the circuits to win! GitHub
maze_game A simple maze game in Flutter. It also serves as a CustomPainter example. ¿Why? In another project, I needed to create a «simple» maze game that can be used in low-end devices, so game engine was not an option. Suddenly, I found a way to do it in pure Android. So, this is a «port» of that saviour example. …
xPuzzle Implementation of the 15-puzzle game in Flutter. GitHub
sudoku sudoku applications are made using flutter. The following is a screen shot of the Sudoku game: 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 …
Flutter FIAR Four-in-a-row game in Flutter. Game modes Player vs Player (only local) Player vs Cpu Dumb Hard Hardest Demo (Cpu Hard vs Cpu Hardest) Getting Started Run the application to play 🙂 git clone git@github.com:imtoori/flutter_fiar.git flutter run Screenshots GitHub
Snaake Snaake is a small and very simple clone of the classic snake game from Nokia phones. Description The objective is very simple: eat the colorful dots to make the snake longer and to avoid biting itself or hit the wall. Controls: Swipe your finger horizontally to turn left/right. Swipe your finger vertically to turn up/down. Contributing Feel free to …
Tic-Tac-Toe A simple TicTacToe game app built with Flutter. A simple yet beautiful Tic Tac Toe game. Requires no Internet Connection and has no Ads. Tic-tac-toe (American English), noughts and crosses (British English), or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who …
Puzzles Set of head-breaking style video games with flutter. GitHub
Flutter-Tic-Tac-Toe Tic-Tac-Toe game in flutter by Divyanshu Bhargava. View Demo GitHub
flutter_web_2048 2048 game made with Flutter. View Demo View Github Install flutter packages get Run mobile flutter run Run web flutter run -d chrome Run tests flutter test GitHub
games_services A Flutter plugin to support game center and google play games services. Screenshot iOS Android Usage Sign in: To sign in the user. You need to call the sign in before making any action (like sending a score or unlocking an achievement).GamesServices.signIn(); Show achievements: To show the achievements screen.GamesServices.showAchievements(); Show leaderboards: To show the leaderboards screen.GamesServices.showLeaderboards(iOSLeaderboardID: ‘ios_leaderboard_id’);Note: You need …