Etiqueta: template

  • Games Poker developed using Flutter

    Adeku Akur (Aku dan Kamu Devs Games Asian Poker User) Games Poker developed using Flutter Beta Version. Screenshot Adeku Akur Beta Version: Dev by: Aku dan Kamu Devs. Developed date: 20 December 2021. English: Contribute? Requirements: Flutter SDK: https://docs.flutter.dev/get-started/install Visual Studio Code: https://code.visualstudio.com/download Plugin Dart and Flutter Extension Visual Studio Code: Press Ctrl + Shift + X for opening marketplace …

  • A simple dino game using flutter

    Dino game A new Flutter application. A simple dino game using flutter 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 ouronline documentation, which offers tutorials, …

  • A lightweight personal portfolio website template built using Flutter

    Dev Portfolio Software Developer Portfolio Template that helps you showcase your work and skills as a software developer. A lightweight, customizable single-page personal portfolio website template built using Dart, Flutter web. To view a live demo,Click Here. Platforms Andoid Windows linux MacOS (probably) IOs Wanna Contribute? 🚀 You can contribute by doing one of the following: Starring the repository ⭐ …

  • A Minimal, Beautiful And Responsive Portfolio Template With Flutter

    Looking for collaborators and maintainers. Feel free to connect! Developer Portfolio ⚡️ It’s minimal, beautiful and responsive! Don’t have or don’t know Flutter? Editing a JSON is all you have to do. Made for people who are looking for a ready-made portfolio. Because making a portfolio out of scratch is tiring. Feel free to use it as-is or customise it …

  • A Widget-based Game Engine For Flutter

    illume A Widget-based Game Engine for Flutter Illume is a simple Flutter game engine which uses widgets to create game objects instead of sprites in normal game engines. This allows the app and game part to be quite integrated and use a lot of common components without needing graphics work to create sprites and backgrounds (which was honestly my main …

  • Flutter apps with cool design and animations

    My Flutter Projects Flutter apps with cool design and animations 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 ouronline documentation, which offers tutorials, samples, guidance …

  • Schoolclearance admin panel with full functionalities made with flutter

    you can also buy me coffee 💻 Requirements 👽 Any Operating System (MacOS, Linux, Windows) Any IDE with Flutter SDK installed (Android Studio, VSCode etc) A little knowledge of Dart and Flutter 👨‍💻 Author Ui developed by DamiFlutter Screenshots: Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this …

  • Library that can calculate fusions in Persona 5 game

    p5_fusion_dart Library that can calculate fusions in Persona 5 game. Example SkillRepository skillRepository = new SkillRepository(); final PersonaRepository repo = PersonaRepository(); final PersonaService service = PersonaService(repo); print(service.fuse( repo.getPersonaByName(«Regent»), repo.getPersonaByName(«Obariyon»))); print(service.getFusionsFrom(repo.getPersonaByName(«Arsene»))); print(service.getFusionsTo(repo.getPersonaByName(«Queen’s Necklace»))); print(service.getFusionsTo(repo.getPersonaByName(«Arsene»))); print(skillRepository.getSkill(«Absorb Bless»)); Credits Ideas, logics, data, etc. have been gathered from: https://github.com/arantius/persona-fusion-calculator https://github.com/Heimdall409/persona4-fusion-calculator https://github.com/aqiu384/aqiu384.github.io/tree/master/p5-tool https://github.com/chinhodado/persona5_calculator GitHub View Github

  • A simple mental workout game in flutter

    telly A simple mental workout game. Choose the square that is different to the rest to proceed to the next level. Faster reactions will be awarded with higher scores! ## Install Clone the repo gh repo clone POWRFULCOW89/telly Get the dependencies flutter pub get Setup a device and run. TODO Leaderboards More levels Animations GitHub View Github

  • Flutter-based template for a business assistant application

    GJAMAssist GJAMAssist is an open source Flutter-based template for a business assistant application. It has been designed to use Google Firebase as backend. Features Invoice generator Party (supplier/customer) statement generator Invoice/voucher viewer Business dashboard Report screens for account payable, receivables, stock items Screenshots Setup Start out by cloning this repo. Flutter Install Flutter by following the official documentation if you …