Etiqueta: flutter

  • Keep And Save Your Password In One App Build With Flutter

    pass_keep This App is for keeping all your password stored on your local application. The UI is done. Howver, The Logic part is not constructed yet. Screenshots More Screenshots are at the Screenshot folder 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 …

  • A minimal home screen design for a spending tracker app in flutter

    Spending Tracker Flutter Home Screen This recreates a ui design for a spending tracker app in Flutter. This Flutter project recreates a minimal home screen design for a spending tracker app. The mockup was created by @elainelumanauw.design on Dribble. I saw the mockup on instagram in one of Elaine’s reels and thought it would be cool to try recreating it …

  • An in-app debug kits platform for Flutter

    flutter_ume UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance UME is an in-app debug kits platform for Flutter apps. There are 10 plugin kits built in the current open source version of UME. Developer could create custom plugin kits, and integrate them into UME. Visit Develop plugin kits for UME for more …

  • A flutter boilerplate containing bloc, pedantic, hive, easy_translations and more

    Flutter Production Boilerplate A flutter project containing bloc, flutter_lints, hive, easy_translations and more! This repository is the starting point for my personal projects. If you have any suggestions or improvements feel free to let me know. The project strives to implement best practices recommended by Google and other developers. These best practices include but are not limited to: Using BLOC …

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