Author : Flutterappworld

A flutter project to demonstrate how column and row cross and main axis works, and how layout is set based on the cross and main axis values also added an animated alignment sample. Reference Screens Build & Release Add below line in the index.html <base href=”$FLUTTER_BASE_HREF”> Execute this command flutter build web –release –base-href /flutter_cross_and_main_axis/ ..

Read more

Apple Stocks App Clone (Only UI) This application is a clone of Apple’s Stocks application, written in Flutter. The application contains static data and does not have remote API integration. The purpose of the application is solely to create a fluid native Apple-like experience and provide education to viewers throughout this process. 📸 ScreenShots Real ..

Read more

Canta Uninstall any app without root! Powered by Shizuku. Uses universal debloat list for badges. Please read the guide on how recommendations are chosen . How-to install Shizuku & activate it you can follow this XDA guide for more in-depth explanation install Canta select an app and click the trash button Features no bricking – if you remove the essential app you will need ..

Read more

Hacktoberfest2021 – Flutter Developers            Welcome to GitHub! This project is perfect for your first pull request 📝 Instructions Fork this Repository using the button at the top Clone your forked repository to your pc ( git clone “url from clone option.) Create a new branch for your modifications (ie. git checkout -b ..

Read more

Swipe Animation This app’s purpose is to show how to implement swipe animation in Flutter. How to Install Clone this repository Run flutter pub get Runflutter run Preview Download source code on GitHub Thia app purpose is to show how to implement swipe animation in flutter. https://github.com/nerufuyo/swipe_animation 0 forks. 1 stars. 0 open issues. Recent commits: ..

Read more

Flutter Rotational Password Dialer for GitHub: Enhancing Security and User Experience Introduction In the realm of digital security, safeguarding user accounts with robust passwords is of paramount importance. To further enhance security while providing an intuitive user experience, developers have created a Flutter Rotational Password Dialer specifically designed for GitHub. This innovative solution offers a unique and ..

Read more

Diary Vault A FOSS, offline first personal diary application written in Flutter Key Features Rich text editor with support for images and videos Your data is securely preserved on your Google Drive / Dropbox account, ensuring complete ownership and privacy Sync data between multiple devices Fingerprint login on supported devices Multiple Themes Libraries used Flutter ..

Read more

Table Of Contents Description Vision Getting Started Components Text Header Text Body Text Button Button State (All button type have this) Button Type Chip FAB Form To Do / Roadmap Information Description Flutter simple UI core. This plugin is about UI only. All of the UI here are header text, body text, buttons, chips, FAB, ..

Read more

clean_arch_templ A Flutter Rick and Morty App in Clean Architecture. Flutter Interview Questions Flutter Animation Interview Questions App Structure Screenshots    Download source code on GitHub https://github.com/orazz/flutter_clean_arch_templ 1 forks. 13 stars. 1 open issues. Recent commits: Bug fixes, orazz Fix path bug and minor improvements, orazz Update README.md, GitHub Fix conflict, Oraz Use freezed code ..

Read more

Soft Keyboard A customizable soft keyboard to use instead of the built-in non-customizable keyboard of any phone. (This package is still in development)   Features Customize the background color Choose the colors of the keys Provide IconData for action keys Style the keyboard text as per your preference Adjust the keyboard height Choose between Alphanumeric ..

Read more

shop_o (Ecommerce App with Flutter) A simple E-commerce app UI likes to implement pixel-to-flutter UI Features Sign Up Page Sign In Page Home Screen Showcases: Sign Up Page Signin Page Home Page 1 Home Page 2 Home Page 3 Figma Link Stacks Dart Flutter UI Flutter version: 3.13.4 Download source code on GitHub https://github.com/hprity60/shop-o   FlutterappworldProvides the ..

Read more

Mfagrilist A Flutter widget for creating visually appealing carousels with customizable items. Table of Contents About Key Properties Example About Mfagrilist is a versatile Flutter widget that simplifies the creation of carousels and slider-like UI components. It allows you to showcase a list of items with a prominent middle item and customizable visual effects. Key Properties ..

Read more

NEWTRONIC BANKING Listyo Adi | Mobile Developer Description Newtronic Banking is a mobile application that allows you to manage your bank account and make transactions. This application is built using Flutter. This application is still in the development stage. Features  Authentication Screen  Home Screen  Transaction Screen  Add New Transaction Screen  Status Transaction Screen Requirements Flutter ..

Read more

food_panda_clone_with_flutter (UI) A simple delivery app UI like Foodpanda implements pixel-to-flutter UI Features Splash Screen Home Screen Showcases: Splash Page Home Page Detail Page Visit the Figma design Stacks Dart Flutter UI Flutter version: 3.13.7 Download source code on GitHub https://github.com/hprity60/foodpanda_ui_clone_flutter   FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Cashew Cashew is a full-fledged, feature-rich application designed to empower users to manage their finances effectively. Built using Flutter – with Drift’s SQL package, and Firebase – this app offers a seamless and intuitive user experience across various devices. Development started in September 2021. Release Check out the official website! This application is available on the App ..

Read more

Easiest way to add support for light and dark themes in your Flutter app. It allows you to manually set light or dark themes and also lets you define themes based on the system. It also persists that the theme modes change across app restarts. Demo: Adaptive Theme Index Getting Started Initialization Changing Theme Mode Toggle Theme Mode Changing ..

Read more

Supports Null Safety This shimmer animation widget can help you bring simple yet beautiful skeleton loaders to your project with ease. Shimmer is very widely used as the default animation for skeleton loaders or placeholder widgets throughout the development community. Therefore, having an easy-to-use, yet customizable widget ready to use for Android, iOS, and Web, ..

Read more

Task_Manager_Project_With_Flutter A task Manager Project with Four (4) different types of tasks. The app has login,signup,forget password,pin verification and list all the tasks into New,Progressed,completed lists.Also user can update the list,delete a task from the list and logouts. Login,Sign Up,Forget password,Pin Verifcation Screen Login Screen Sign Up Screen Forget Password Screen Pin Verification Forget Password ..

Read more

This is a currency converter app made using Flutter and the Provider state management library. The app allows users to convert between different currencies using the latest exchange rates from the openexchangerates.org API. The app is designed to be simple, fast, and reliable. The app also stores the last currencies converted, so that it can restore ..

Read more

menu_app – Flutter Restaurant Menu Application This is a mobile restaurant menu application designed to showcase Flutter’s development skills. The main goal is to provide an intuitive user experience, allowing users to explore various menu items seamlessly. Features Beautifully laid-out mobile restaurant menu. Implemented using Flutter for cross-platform compatibility. Utilizes GetX for state management. Prerequisites Ensure you ..

Read more

HiqRadio is a simple & powerful network radio, it is based on OpenRadio API, and it is a Flutter application/app. It supports the desktop platform: Windows/Linux/Mac, and the mobile platform: android/iOS, and is well-tested in Mac and Android. Mainly function stations cache/search play history/timer play record / favorite group/export / import driver mode system tray ..

Read more

International phone number field for flutter_form_builder package. Table of content Features Usage Setup Basic use Support Contribute Questions and answers Features Country selector Automatic parsing of international number Usage Setup Configure dependency phone_number. More details here Basic use FormBuilderPhoneField( name: ‘phone_number’, decoration: const InputDecoration( labelText: ‘Phone Number’, hintText: ‘Hint’, ), priorityListByIsoCode: [‘KE’], validator: FormBuilderValidators.compose([ FormBuilderValidators.required(), ]), ), See pub.dev ..

Read more

esc_pos_utils Base Flutter/Dart classes for ESC/POS printing. Generator class generates ESC/POS commands that can be sent to a thermal printer. This is the “base” library that used for: Flutter WiFi/Ethernet printing: esc_pos_printer Flutter Bluetooth printing: esc_pos_bluetooth Main Features Connect to Wi-Fi / Ethernet printers Simple text printing using text method Tables printing using row method Text styling: size, align, bold, reverse, underline, different ..

Read more

FluffyChat is an open-source, nonprofit, and cute [matrix] client written in Flutter. The goal of the app is to create an easy-to-use instant messenger which is open-source and accessible for everyone. Links: 🌐 [Weblate] Translate FluffyChat into your language 🌍 [m] Join the community 📰 [Mastodon] Get updates on social media 🖥️ [Famedly] Server hosting and professional support 💝 [Liberapay] Support ..

Read more

Task Sync Pro V2 Welcome to the Task Scheduler App repository! This app is designed to help you manage your tasks efficiently with a beautiful and user-friendly interface. About: The Task Scheduler App is a powerful and elegant solution for managing your daily tasks and appointments. With a focus on user experience and productivity, our ..

Read more

Hiddify Next Hiddify Multi-platform Proxy Client ⚠️ Hiddify Next is still in early development phase ⚠️ Windows, Android, Linux and macOS are supported (PR for iOS welcome) Download Hiddify Next Pre-Release Android: Universal – Arm64 – Arm7 – x86_64 Windows: x64 Setup – x64 Portable Linux: x64 AppImage macOS: Universal (x64, M1, M2) Support V2Ray Subscription link (e.g., vless:// vmess:// ss:// trojan:// tuic://) Clash / Clash Meta link Singbox ..

Read more

Wallet App A minimalistic, animated Flutter wallet app UI built for the workshop conducted at the Flutter & Friends conference in Stockholm, Sweden. In this workshop, you learn how to add animations with gradually increasing complexity to a Flutter Wallet app UI to bring it to life. 📃 Article version coming soon… Chapter 1 – Onboarding Page ..

Read more

AppFlowy Editor About: A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond. Key Features Build rich, intuitive editors Design and modify an ever-expanding list of customizable features including block components (such as form input controls, numbered lists, and rich text widgets) shortcut events themes selection menu toolbar menu Test ..

Read more

Todos is a cross-platform todo list app that helps you stay organized and on top of your tasks. It is built with Flutter, an open-source framework that enables the creation of high-quality and top-performing mobile applications for mobile operating systems (iOS and Android). Todos uses an API to get data, which means that the data ..

Read more

E-Commerce Mobile ⌛ This is a group project developed as part of the Imã Tech program in collaboration with Novo Mundo . The project, called Todas Tech , is a full-stack training exclusively for women, focused on creating a mobile e-commerce application for technology products. We, the Code Fusion team , developed the application called Fusion Shop , including its visual identity. Technologies Used Front-end: Dart e Flutter ..

Read more

The Netflix App UI Clone repository is a project that replicates the user interface of the popular streaming platform, Netflix. This repository serves as a comprehensive resource for developers interested in understanding and recreating the visually appealing and feature-rich Netflix interface made using Flutter. The clone utilizes data from TMDB’s API to fetch and display movie and ..

Read more

About: Flutter plugin for connecting and communicating with Bluetooth Low Energy devices, on Android and iOS.   Note: this plugin is continuous work from FlutterBlue since maintenance stopped. Introduction FlutterBluePlus is a Bluetooth Low Energy plugin for Flutter. It supports BLE Central Role only (most common). If you need BLE Peripheral Role, you should check out FlutterBlePeripheral. ❗ Bluetooth ..

Read more

rahil_shaikh This is a simple wallet app UI project for showing the development skills. I built this project with GetX state management. I’ll write clean and clear code which help you to understand my development skills. Download source code on GitHub https://github.com/RaahilShaikh/Wallet   FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. ..

Read more

Flutter Sharez 🚀 Flutter Sharez is a modern file-sharing app built using the Flutter framework and powered by Riverpod. This app allows users to effortlessly share and receive files across different platforms. With an intuitive and user-friendly interface, Flutter Sharez redefines the way you share files. Features 🌟 Cross-Platform: Flutter Sharez is developed using Flutter, ..

Read more

Every Door The best mobile editor for adding shops and amenities to OpenStreetMap. Help test it for iOS and Android. The roadmap is in a project. Screenshots    More screenshots Presets and Translations The editor uses presets from iD: they are managed in a dedicated repository and translated on Transifex. To translate value options, first make a pull request to the ..

Read more

About: This package provides a responsive modal with multiple pages, motion animation for page transitions, and scrollable content within each page. WoltModalSheet WoltModalSheet is designed to revolutionize the use of Flutter modal sheets. Built with Wolt-grade design quality and used extensively in Wolt products, this UI component offers a visually appealing and user-friendly modal sheet with multiple ..

Read more