flutter_logger Simple, pretty and powerful logger for flutter,It has the log level, file name and line number, and can customize the color of the log level,It was inspired by logger ,Color not supported on ios。 It can be printed on the phone, and logs can be filtered Download Usage Output Options no tag with tag Json support ..
Author : Flutterappworld
flutter_code_base A Base code for new flutter project. Use many modern codes and packages that can help you build your own project really fast and effectively. Project structure: Packages: get_it : Dependency injection flutter_bloc: State management – BLoC (Business Logic Component) design pattern equatable: helps to implement value based equality without needing to explicitly override ..
unofficial Ubuntu Desktop Settings App made with Flutter – WIP TODO use real yaru icons – thanks to @Jupi007 improve layout implement settings search WIFI page Network page Bluetooth page Wallpaper page Appearance page Notifications page Search page Apps page Security page Online Accounts page Sharing page Sound page – WIP Energy page Displays page ..
Short Intro: Microsoft Teams Clone is a Video conference application with a rich integrated chat experience, to connect with friends,family & colleagues. Developed as a redesign of Microsoft Teams during my menteeship at Microsoft Engage 2021. Microsoft Teams Clone by Karanjot Singh About Microsoft Teams Clone is a Video conference application with a rich integrated chat ..
Flutter Multi-platform sample Flutter Multi-platform allows developers to unleash their app to run on the wide variety of different platforms with little or no change. Preview Blog post https://medium.com/mindful-engineering/flutter-adding-a-support-for-multi-platform-36cfbafe46ab LICENSE! Flutter MultiPlatform is MIT-licensed. Download Flutter Multi-platform sample app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Responsive and Animated Portfolio Website & App – Flutter UI Live Preview Watch it on YouTube 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 ..
CyBear Jinni Hub Welcome! This repository is in charge of controlling smart devices and is part of the CyBear Jinni Smart Home system. The software is writen in dart and allows you to control smart devices from different companies in the same app and adding automation between them while keeping your privacy. For controlling the hub from your phone ..
Spending Tracker Flutter Home Screen 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 functionally in Flutter. What it looks like in Flutter ..
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 ..
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 ..
in_app_notification A Flutter package to show custom in-app notification with any Widgets. Usage Import it.dependencies: in_app_notification: <latest-version>import ‘package:in_app_notification/in_app_notification.dart’; Place InAppNotification Widget into your app. return InAppNotification( child: MaterialApp( title: ‘In-App Notification Demo’, home: const HomePage(), ), ); Invoke show() static method of InAppNotification.InAppNotification.show( child: NotificationBody(count: _count), context: context, onTap: () => print(‘Notification tapped!’), ); Roadmap / Known issue See Discussions. If ..
Nubank Clone Introduction screenshots Running contribute Introduction This project is about a very close recreation of the Nubank app interface using Flutter. The intent is for learning purposes only and should not be used commercially. All images and icons are the property of Nubank . screenshots Running Install Flutter Clone this repository download the dependencies run contribute Fork the repository ..
Articles Time Saver. Save what’s most valuable – Time Contribute · Discord · Documentation What is ArTiver? 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 with self-improvement. Although, nowadays it ..
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..
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 ..
flutter admin kit Build a generative, customized admin for all platforms. Nice to use and nice to extend. Feature highlights: Declarative routing via global state: Model list view dynamically generated from config files and an inspection API: Authentication with OAuth based on auto-refreshed JWTs: Debug panel for live inspection of global state A note on ..
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 ..