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 ..

Read more

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 ..

Read more

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 ..

Read more

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..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read 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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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, ..

Read more

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 ..

Read more

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..

Read more

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 ..

Read more

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..

Read more

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’), ), ..

Read more

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( ..

Read more

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 ..

Read more

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 ..

Read more