Autor: atomicflavor

  • Responsive and Animated Portfolio Website & App using flutter

    Responsive-and-Animated-Portfolio-Flutter Responsive and Animated Portfolio Website & App – Flutter UI Live Preview Packages we are using: flutter_svg: link goole_fonts: link animated_text_kit: link Fonts Poppins link Today we will show you how you can create your developer portfolio website and app using flutter. We also add animation which works perfectly on mobile and the web. Responsive and Animated Portfolio Website …

  • An Ubuntu desktop settings app made with Flutter

    settings unofficial Ubuntu Desktop Settings App made with Flutter – WIP. TODO [X] use real yaru icons – thanks to @Jupi007 [ ] improve layout [ ] implement settings search [ ] WIFI page [ ] Network page [ ] Bluetooth page [ ] Wallpaper page [X] Appearance page [X] Notifications page [ ] Search page [ ] Apps page …

  • A messaging application built using Flutter, Stream, and Rive

    Sticker Chat Sticker chat is a messaging application built using Flutter, Stream, and Rive. Sticker chat is a messaging application built using Flutter, Stream, and Rive. It allows users to send and receive messages in real-time in just a few lines of code. The project is broken up into a few key folders 🗂: lib: Directory containing all Flutter/Dart code. …

  • A Flutter app with flip animation to view profiles of friends

    Flip View This flutter app is based on the design made Dmytro Prudnikov for Yalantis on Dribble.He describes the design as: Just trying to come up with a simple and funny interaction for reviewing a user profile. Made in Yalantis. Download App Note : Uploaded apk is a fat apk which works on armeabi-v7a (ARM 32-bit), arm64-v8a (ARM 64-bit), and …

  • A client for Pleroma and Mastodon instances written using Flutter

    Fedi for Pleroma and Mastodon Fedi is open-source client for Pleroma and Mastodon social networks written using Flutter. Pleroma and Mastodon are parts of Fediverse (decentralized social network). The main idea of Fediverse – nobody owns Fediverse. Anybody can run their server instance and use it to communicate with other people. So Fedi is an open-source mobile client for social …

  • A font catalogue app made with flutter

    Fontina An app which showcases a personally curated collection of fonts. Written in flutter, cross-platform and responsive. Uses the Fontgen API to display and pair fonts. Features Beautiful design Supports multiple platforms View fonts in real-time scenarios Filter fonts by type, weight and price Favourite fonts which you like Caching of data on supported platforms to work offline Price of …

  • A rewrite of the devolo Cockpit front end in Flutter

    Cockpit Open Frontend Cockpit Open Frontend is an alternative frontend for devolo Cockpit application. It uses the existing backend of devolo Cockpit application. It is written in Flutter and supports all desktops: Windows, macOS, and Linux. Here are some highlights of this app: Provides an overview of connection speed of all powerline adapters from devolo on your network. You can …

  • Multi-platform project built with Flutter and Golang

    ArTiver Multi-platform project built with Flutter and Golang that will help you save what is most important – time. It is an idea that came to my mind, when I was watching a TikTok during a dinner. I realised that I could spend this time a lot better. There is uncountable amount of amazing articles about programming that surely help …

  • A simple 2D multiplayer online game built using Flutter and Flame engine

    Club Penguin Club Penguin A multiplayer game involving penguins and anonymous chat in a virtual 2D world Before we start, you can take a look at the app: Usage 🎨 To clone and run this application, you’ll need git and flutter installed on your computer. From your command line: # Clone this repository $ git clone https://github.com/Shadow60539/social_media_game.git # Go into …

  • PayFlow – A Billet Management build with flutter

    PayFlow This project was developed at Next Level Week, an intense week of studies, networking, friendship, group work, accompanied by a sensational project developed by Rocketseat from the 20th to the 27th of June. This application is a Billet Management, containing several features, which will soon be developed and explained. ✅ Liftoff 💪 ✅ Maximum Speed 🏃‍♂️ ✅ In Orbit …

  • Space Themed Turn-Based Strategy Game developed in Flutter

    Space Empires Space Empires A 4X Space themed Strategy Game made with Flutter. Usage 🎨 To clone and run this application, you’ll need git and flutter installed on your computer. From your command line: # Clone this repository $ git clone https://github.com/SatyamX64/space_empires # Go into the repository $ cd space_empires # Install dependencies $ flutter packages get # Run the …

  • App dos Carros com Flutter e Clean Architecture

    Carros Flutter – App Exemplo com Clean Architecture Possui apenas 3 telas para facilitar o entendimento. Arquitetura Baseado na proposta do Reso Coder: (https://resocoder.com/2019/08/27/flutter-tdd-clean-architecture-course-1-explanation-project-structure/) Testes (Unit / Widget) O app possui testes em todas as camadas: Testes de Widget Presenter (ViewModel) UseCase / Domain Repository DataSource / API Run Tests flutter test –coverage Test Code Coverage Testes de Integração Além …

  • A Clone of Nubank’s mobile app using Flutter

    Nubank Clone Clone do aplicativo mobile da Nubank utilizando Flutter Este projeto se trata de uma recriação bem próxima da interface do app do Nubank utilizando Flutter. O intuito é exclusivamente para aprendizado e não deve ser utilizado comercialmente. Todas imagens e ícones são propriedades da Nubank. Screenshots Executando Instale o Flutter Clone este repositório git clone https://github.com/ricardodalarme/nubank_clone.git Baixe as …

  • A Flutter Plugin to check Android device Root status

    root plugin A Flutter Plugin to check Android device Root status and Run shell commands in android(only). This plugin is based on Topjohnwu libsu and Stericson Root Tools. Usage To use this plugin, add root as a dependency in your pubspec.yaml file. root: ^2.0.1 import it import ‘package:root/root.dart’; Declare a async method to check root status bool _status = false; …

  • An expressive way to effortlessly build design systems in Flutter

    mix An expressive way to effortlessly build design systems in Flutter. Mix offers primitive building blocks to help developers and designers create beautiful and consistent UI. Important Mix is currently being used internally to build design systems in Flutter. However, it is still in the experimental development stages. Major APIs are expected to change until the 1.0 release. Motivation & …

  • 18 Best Flutter UI Kit Templates of 2021

    Flutter UI Kit User interface (UI) kits can be handy when you need to create a Flutter App quickly, without compromising aesthetics or usability. To help get you up and running quickly with your next app in flutter, we have curated this collection of 18 Best Flutter UI Kit Templates. We hope you will find them all useful. 1.DevKit – …

  • A Rent a Car App Build With Flutter

    Rent a Car With Flutter A new Flutter application. Frontend Side of project Rent a Car on Flutter Upgraded to Flutter 2 and enabled Null Safety. 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 …