Etiqueta: template

  • Yet Another Tetris Clone, made with Flutter and Flame-Engine

    YaTriX Yet Another Tetris Clone, made with Flutter and Flame-Engine. Getting Started Have an installation of Flutter version 3.3.x or later Clone this repo. flutter pub get Run in Chrome: flutter run -d Chrome Build for deployment: flutter build web Deploy to web server: copy contents of folder build/web: A tiny teaser Running the game in a local browser Online …

  • Fighting game developed in flutter and flame

    💻 About the project 🌥️ JobPortal – Fighting game developed using flutter and Flame ⚙️ Functionalities Start Menu Move Character Attack Deffend Attack kunai Animations 🎨 Layout The application layout is available in Figma: [LOADING] 🛠 Technologies The following tools were used in building the project: Flutter Dart Flame Git VisualStudioCode 🦸 Autor 📝 Licença Este projeto esta sobe a …

  • A Flappy Bird-inspired game developed using Flutter

    Pika Jump Pika Jump is a fun and addictive Flappy Bird-inspired game developed using Flutter. In this game, you play as Pikachu and have to jump through obstacles to reach the end. But be careful, Pikachu can be electrocuted if it touches the obstacles! Features Simple and addictive gameplay Pikachu as the main character Electrocution feature adds an extra level …

  • 60 Best Flutter E-commerce Templates and UI Kits of 2023

    Flutter E-commerce Templates Setting up online stores and e-commerce websites has been a growing trend in the recent past. Developing e-commerce apps is a lengthy and complex process that includes finding the right developer and then designing, developing, and testing the app. Most businesses are not going to have the time or money to get an app developed for their …

  • Customizable Flutter UI library inspired by old 8bits video games

    Nes UI library inspired by old retro video game console Installation 💻 ❗ In order to start using Nes UI you must have the Flutter SDK installed on your machine. Add nes_ui to your pubspec.yaml: dependencies: nes_ui: Install it: flutter packages get Configure it Nes UI provides a ThemeData that you can add to your MaterialApp, that theme can be …

  • Hexagonal Puzzle game with flutter

    Six-Sided Puzzle – Cities «Six-Sided Puzzle – Cities» is my the very first (and, I hope, the very last) Flutter project. It’s a puzzle game – quite simple but exciting. The rules are plain – you have a picture, divided into hexagons and you need to assemble it (each hexagon can be tapped or moved). I’ve included several screenshots below …

  • A scoring app for the card game Salad

    Salad Scorer A scoring app for the card game Salad. Usage From the main screen you have two options: – New Game – How to Play How to Play gives the rules for Salad and New Game starts a new game. After starting a new game, you will be prompted on how many people are playing. After selecting this, you …

  • 36 Best Flutter UI Kit Templates in 2023

    Best Flutter UI Kit Templates Creating a Flutter application UI from scratch can be a very time-consuming task. That’s why we carefully handpicked 36 of the Flutter UI Kit Templates with professional design quality. UI kits can be simple with a few buttons and design components, or extremely robust with toggles that change fonts, colors, and states on the fly. …

  • A typing speed test game for web and desktop build using Flutter

    Typing Speed Test for Web/Desktop ⌨ A web & desktop app made with ♥ & Flutter 💙, to test your typing speed and accuracy. Design inspired by: typing.gg 🌐 Preview on Web https://aymendn.github.io/typing-speed-test-flutter 📁 Download for Windows CLICK HERE to download. ⚙ Installation steps You can copy anything from the code source. If you want to get the full project: …

  • 24th Mnemonic generator with Flutter

    24th Mnemonic generator You can download it from ‘Releases’. If you enter 23 mnemonic, extract the 24th mnemonic. Works only offline. You can use coin toss to make mnemonic. Human brain isn’t really good at randomness. So basically any seed created by an user would be less secure. USE ‘COIN TOSS’ ! ! ! GitHub View Github

  • Infinite runner mobile game made with flutter and flame

    Jumpy Made with 🔥 and Flutter Thank you for visiting the Jumpy GitHub repository! Jumpy is a small, open source mobile game that is developed with Flame and Flutter. The purpose of this project is to demonstrate the capabilities of Flame + Flutter and how they can be used together to create engaging and interactive mobile games with little effort. …

  • Chess game created using Flutter

    Flutter chess game Flutter chess game fully written on dart. In dependencies only flutter_bloc library. Features I work with this repo only when I’ve a 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 and ui Create logic …