Etiqueta: app

  • A simple maze game in Flutter

    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. …

  • Open source Flutter-based template for a business assistant application

    TallyAssist TallyAssist is an open source Flutter-based template for a business assistant application. It has been designed to use Google Firebase as backend. The project had started out with an intent to become a mobile interface for Tally (India’s premier accounting software). Over time, it refined to become a more focused business assistant application. For more details, check out this …

  • 40 Beautiful Flutter UI Themes For Developers

    Flutter UI Themes Do you want to save time building your Flutter app? Developing an app from scratch is a costly and time-consuming process, but a Flutter app template is affordable because much of the code is already written for you. Don’t reinvent the wheel by starting with an empty codebase. In this article, we have showcased highly streamlined app …

  • 30 Best Flutter App Templates in 2020

    Flutter App Templates Looking for first-class and best flutter app templates out there? In this Article, we have showcased highly streamlined app templates you find today that are still actively updated and maintained. Here is a list of top Flutter App Templates with a remarkable design in 2020. These templates are truly valuable and make it easier for developers to …

  • Easy to use Podcast player app written in Flutter and Dart

    Anytime Podcast Player This is the official repository for the Anytime Podcast Player – the simple Podcast playing app built with Dart & Flutter. Getting Started Anytime is currently in Alpha – so please expect bugs! It also only supports Android at this time. A version for iOS is in the works, but is slower going as I do not …

  • Another Awesome Online Radio Player with flutter

    flutter-kradio-player Another Awesome Online Radio Player. Getting Started Follow the guide on how to install Flutter. Clone the repository and open with your IDE: Android Studio or Visual Studio Code Install IDE plugins for Flutter support To download project dependencies execute: flutter pub get Run project on Simulator or Android device Architecture, libraries and tools State management: Bloc Code style: …

  • Sudoku game build with Flutter

    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 …

  • Four-in-a-row game in Flutter

    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

  • A simple TicTacToe game app built with Flutter

    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 …

  • 2048 game with flutter

    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

  • A Flutter plugin to support game center and google play games services

    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 …