Etiqueta: flutter

  • A fund tracking application built with Flutter

    Fund Tracker A flutter application for budgets and keeping track of transactions. I built this because I couldn’t find any application that allowed a custom or a 4-week period. Allows authentication with Firebase and uses Firestore as a cloud database on top of using the devices’ local database as backup. Features include: statistics custom periods recurring transactions custom categories filters …

  • A modern app made with Flutter to track the chemistry’s element

    Elements A modern app to track the cemical elements. Including all 118 elements, with their weight, radiation, consistency, type, block, and electronnegativity. If you are a seventh grader or higher, you should use it to help your studying, or use it as a cheat sheat. Download State Beta state New features No result (for selectors) Colored background while loading background …

  • A Quote sender app built using flutter

    FlutterQuoteSenderApp A Quote displaying app build using flutter which also supports in app messaging with other users. Topics Covered Firebase Cloud Firestore Data regarding the quotes, images and users is received from the firestore. The messages are also saved there. Messaging through firebase The app implements messaging feature as a side feature to help the users communicate. Check out the …

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