Flutter Auth App To use this client, get the server up and running. Try it out now! App Store: https://apps.apple.com/us/app/codeauth/id1575457893 Google Play: https://play.google.com/store/apps/details?id=com.code.auth Images: Download Flutter Auth App source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Category : Flutter App
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 ..
Flutter Uploader A plugin for creating and managing upload tasks. Supports iOS and Android. This plugin is based on WorkManager in Android and NSURLSessionUploadTask in iOS to run upload task in background mode. This plugin is inspired by flutter_downloader. Thanks to Hung Duy Ha & Flutter Community for great plugins and inspiration. iOS integration Enable background mode. AppDelegate changes The ..
A composable, Future-based library for making HTTP requests. This package contains a set of high-level functions and classes that make it easy to consume HTTP resources. It’s multi-platform, and supports mobile, desktop, and the browser. Using The easiest way to use this library is via the top-level functions. They allow you to make individual HTTP ..
File Manager FileManager is a wonderful widget that allows you to manage files and folders, pick files and folders, and do a lot more. Designed to feel like part of the Flutter framework. Compatibility Android Linux Windows (in progress) Web MacOS (active issue: MacOS support) iOS (active issue: iOS support) Usage Make sure to check out examples for ..
Space Empires Introduction Space Empires A 4X Space themed Strategy Game made with Flutter Complete Rules and Instruction can be accessed from the game or here Before we start, you can take a look at the app: Demo Video Attributions All the assets used in this product belong to their rightful owners and were available for ..
PayFlow Liftoff Maximum Speed In Orbit Landing Surface Exploration Accelerating your Career Mission Closure Topics About Layout Functionalities Challenges and Learnings along the way Notion Files How to Use How to Contribute License About This project was developed at Next Level Week, an intense week of studies, networking, friendship, group work, accompanied by a sensational ..
Club Penguin Introduction 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 ..
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 ..
Visual Time Control your week, days, hours, and even minutes with advance yet simple time management flutter application. An advanced, minimalist and powerful time management application. Where you can create task, give it a duration, and select which week days you wanna do it. By doing this you can easily manage a whole week or ..
moor_db_viewer This package allows us to view our database in our development app without the need of exporting your database file. Filtering is done at database level Example Setup Add dependency to pubspec Use it Push a new route. The child will be the MoorDbViewer and pass your database to this screen. Moor Config Using named columns ..
Yet another booru imageboards viewer for Android Download Preview Click Here Building You can build this app just like any other flutter app, for example: $ flutter build apk –target-platform=android-arm64 This projects uses several code generator such as freezed and json_serializable, so if you’re editing some areas that needs a code generator (such as models), make sure ..
Demo What is bottom_nav_layout? It is a quick flutter app layout for building an app with a bottom nav bar. You can get an app with fluent behavior running in 15 lines of code. Why bottom_nav_layout? Eliminates all boilerplate code for bottom nav bar coordination. Offers additional common features. Page state preservation Lazy page loading Page ..
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 Motivation & Goals Creating consistent custom (non-material) UI in Flutter is difficult Maintaining a design system is much harder than building it. Visual attributes should be defined outside of ..
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. import it Declare a async method to check root status Declare a async method to run shell commands use ..
Password Manager Short intro: An easy configurable and highly secure open source personal password manager. Anyone can you this project and generate his own personal mobile app. All the password will be saved into your own Firebase Firestone database with encryption. Motivation My intention of this project, to build a personal password manager. Anyone can ..
peercoin_flutter Wallet for Peercoin and Peercoin Testnet using Electrumx as backend.App in constant developmentBasic testing successfull on iOS 14.4 and Android 10.Use at own risk. Help Translate Known Limitations can’t send to Multisig addresses adds 1 Satoshi extra fee due to sporadic internal rounding errors Development This repository currently relies on a fork of bitcoin_flutter, ..
Flutter WeChat Camera Picker Language: English | 中文简体 A camera picker which is an extension for wechat_assets_picker. Based on camera for camera functions and photo_manager for asset implementation. Features Non-nullable by default 99% similar to WeChat style Picture taking support Exposure adjust support Scale with pinch support Video recording support Duration limitation support Scale when recording support 🖾 Foreground custom widget builder support ..
A flutter app which takes you on a 3d visualisation of the 118 elements of the periodic table. promo.mp4 How it all began It all started with a small idea to provide students a visual aid to know the elements. The logo is inspired from the structure of an atom. The app aims to get ..
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. Download Car Rental Application source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
flutter_donation_buttons Donation/Support buttons to allow you to add your favorite support buttons like: Paypal, Ko-fi or Patreon and more. Getting Started import ‘package:flutter_donation_buttons/flutter_donation_buttons.dart’; As we are dependent on the url_launcher library you need to setup a bit of stuff first. (I copied the setup instructions straight from the url_launcher setup instructions) IOS: Add any URL schemes passed to canLaunch ..
Dune A simple API Client built with Flutter. Demo [Demo] https://www.youtube.com/watch?v=GdOkVPQxHtc Download API Client source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
analog_clock_for_flutter Beautiful flutter analog clocks. Swipe to change the clock design Screenshots Usage To use plugin, just import package import ‘package:analog_clock_for_flutter/analog_clock_for_flutter.dart’; Example You can check example directory to know how to use it. class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( debugShowCheckedModeBanner: false, home: Scaffold( appBar: AppBar( title: Text(‘Clock demo’), ), ..
Gradient Progress Indicator Introduction This package shows a circular progress indicator with gradient colors, and it is possible insert texts inside that. Basic Usage class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: ‘Flutter Demo’, theme: ThemeData( primarySwatch: Colors.blue, ), home: Scaffold( ..
group_button Flutter custom widget to make a group buttons.Included Radio and CheckBox buttons models.pub package Getting Started Follow these steps to use this package Add dependency dependencies: group_button: ^2.4.1 #latest version Add import package import ‘package:group_button/group_button.dart’; Easy to use Simple example of use GroupButtonPut this code in your project at an screen and learn how ..
Vernet Vernet – Network Analyzer and Monitoring Tool Features Shows Wi-Fi details Scans for devices(or hosts) on network Scans for open ports of target IP Shows ISP details Screenshots Vernet Home Devices Open Ports Dark Home Settings How to install Instructions for macOS macOS build is not notarized as of now. Star this repository. Download ..
Crypto Loss Gain Calculator Crypto Loss Gain Calculator App build with Flutter. It developed with DDD (Domain Driven Design) principles. Domain-Driven Design Domain-driven design is a concept in order structure software projects and maintain the domain layer of the source code by Eric Evans. For further reading, here. DDD is robust, solid & be applicable to various ..
ShowCaseView A Flutter package allows you to Showcase/Highlight your widgets step by step. It is inspired from Fluttery’s Flutter challenge. Preview Installing Add dependency to pubspec.yamlGet the latest version in the ‘Installing’ tab on pub.dev dependencies: showcaseview: <latest-version> Import the package import ‘package:showcaseview/showcaseview.dart’; Adding a ShowCaseWidget widget. ShowCaseWidget( builder: Builder( builder : (context) ()=> Somewidget() ), ), Adding a Showcase widget. GlobalKey ..
msws_starter Module Service Widget Screen Flutter architecture project starter. For examples visit Example project Main abstractions Main 5 types of abstractions. Modules FP-like modules of stateless functions that are expressed through static members of abstract classes. They are intended to contain all business logic functionality and are easy to use inside isolates. They have maximum referential transparency ..
flutter_archive Create and extract ZIP archive files. Uses Android/iOS/macOS platform APIs for high performance and optimal memory usage. Features Supports Android (API level 16+), iOS 9+ and macOS 10.11+. Modern plugin implementation based on Kotlin (Android) and Swift (iOS/macOS). Uses background processing to keep UI responsive. Zip all files in a directory (optionally recursively). Zip ..
Ajent An app bridges the Gap between Tutors and Learners . Features Multiple sign-in providers (Google, Facebook, Phone – OTP) Course management (support both course for teaching or learning) Course searching Course evaluation Request management Realtime chatting Course in-app sharing Push notifications Multiple languages Tech Stack Client: Flutter (Dart) Server: Firebase State Management: GetX (MVC model) Installation Clone the ..
A storefront-independent API for purchases in Flutter apps. This plugin supports in-app purchases (IAP) through an underlying store, which can be the App Store (on iOS) or Google Play (on Android). Features Use this plugin in your Flutter app to: Show in-app products that are available for sale from the underlying store. Products can include consumables, ..
enough_html_editor Slim HTML editor for Flutter with full API control and optional Flutter-based widget controls. API Documentation Check out the full API documentation at https://pub.dev/documentation/enough_html_editor/latest/ Usage The current enough_html_editor package the following widgets: HtmlEditor the HTML editor. HtmlEditorControls optional editor controls. SliverHeaderHtmlEditorControls wrapper to use the editor controls within a CustomScrollView as a sticky header. HtmlEditorApi – not a widget – the API to ..
Codename: Maily Mail app for iOS, Android and hopefully more platforms in the future. Developed in Flutter. Test Maily You can test an early access version of Maily today: on Android at Google Play. on iOS with TestFlight. Screenshots Android Features POP and IMAP service providers are supported, though POP accounts are not tested at this moment Multiple ..
a privacy centric matrix client – now in open alpha* Syphon is still in alpha and we do not recommendusing it where proven and independently verified security is required. Why Syphon aims to be built on the foundations of privacy, branding, and user experiencein an effort to pull others away from proprietary chat platforms to the ..
starbucks_concept This project was made to present a concept app idea to Starbucks. I used flutter BLoC for state management and Rive for coffee order animations. UI Concept video Download starbucks app source code on GitHub https://github.com/guccisekspir/starbucks_concept FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Features Login on iOS, Android and Web. Express login on Android. Granted and declined permissions. User information. Provide an access token to make request to the Graph API. Full documentation https://facebook.meedu.app Download flutter plugin to add login with facebook source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
VNotes This is an old project I was working on when learning to use Hive, will start working on it full time and will be adding new features as soon as possible. You can download the app from Play Store Here Any contribution will be accepted if it meets what is needed, Thanks. If you this ..
SQLfuzz Load random data into SQL tables for testing purposes. The tool can get the layout of the SQL table and fill it up with random data. Installation Usage Flags Package usage Installation MacOS Linux Windows You can download the Windows build here Build from source Usage Flags u: User for database connection p: Password for ..
A new Flutter app project to manage tasks. Getting Started 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 our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API ..