Karaoke app for linux  A small karaoke/lyrics display for the currently running VLC song. Video: Make sure the songs have metadata (at least title and artist). Downloading Download from the “Releases” section chmod +x karaoke-x86_64.appimage ./karaoke-x86_64.appimage Building step 0 – setup a linux flutter toolchain step 1 – flutter run Known bugs Attempting to close the ..

Read more

bottom_draggable_drawer A flutter draggable drawer Getting Started class TestPage extends StatelessWidget { final BottomDraggableDrawerController controller = BottomDraggableDrawerController(); @override Widget build(BuildContext context) { return Scaffold( appBar: CupertinoNavigationBar( middle: Text(‘Drawer Example’), trailing: GestureDetector( onTap: () { controller.switchDrawerStatus(); }, child: Text(‘switch’)), ), body: Stack( children: <Widget>[ Center( child: Container( height: 100, width: 300, child: Text(‘this is your main ..

Read more

jr_extension An awesome Flutter package with widget extension. Why do I want to create this lib? In SwiftUI framework created by apple,views use modifier to declare what the views look,which makes code readable. But in flutter,we usually use some nested code to setup the properties,making the code very ugly… So today,I create this lib to avoid nested ..

Read more

linked_scroll_widgets A lib full of widgets that can react to the scrollController’s offset change,to custom your UI effect. Get started with an simple example: LinkedOpacityWidget: class LinkedOpacityPage extends StatefulWidget { @override _LinkedOpacityPageState createState() => _LinkedOpacityPageState(); } class _LinkedOpacityPageState extends State<LinkedOpacityPage> { ScrollController controller; @override void initState() { super.initState(); controller = ScrollController(); } @override Widget build(BuildContext ..

Read more

flutter_swipe_action_cell A package that can give you a cell that can be swiped ,effect is like iOS native Why do I want to create this lib? I like iOS native ‘s swipe action ,but flutter doesn’t give an official widget . So I try to create one. Get started with example Tip:This widget should be ..

Read more

CircularDropDownMenu Description A custom dropdown button lets the user select from a number of items. The button shows the currently selected item as well as an arrow that opens a menu for selecting another item. A new Flutter package created by suryadevsingh. Demo Contributing Pull requests are welcome. For major changes, please open an issue ..

Read more

CircularDateTimePicker A new Flutter package CircularDateTimePicker Created by suryadevsingh. Demo Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Download CircularDateTimePicker source code on GitHub https://github.com/suryadevsingh/CircularDate..

Read more

CustomToggleSwitch A new Flutter package customtoggleswitch is used to toggle a setting between on/off which is true/false respectively Created by suryadevsingh. Demo 1. Depend on it dependencies: customtoggleswitch: any 2. Install it $ flutter pub get 3. Import it import ‘package:customtoggleswitch/customtoggleswitch.dart’; Contributing Pull requests are welcome. For major changes, please open an issue first to ..

Read more

About A boilerplate for any technical community to pick up and use for their own without any hassle This app is a center to various events ranging from portraying the member’s achievements to announcing the upcoming opportunities. Additionally, this app developed by the community, and for the community, will add elegance. Plus, being open-source. GirlScript ..

Read more

TallyAssist TallyAssist is an open source Flutter-based template for a business assistant application. It has been designed to use Google Firebase as backend. The project had started out with an intent to become a mobile interface for Tally (India’s premier accounting software). Over time, it refined to become a more focused business assistant application. For more details, check out ..

Read more

Figma to Code Most design to code plugins are bad, some are even paid. This project aims to raise the bar by generating responsivelayouts in Tailwind and Flutter. The plan is to eventually add support for Jetpack Compose and possibly standard HTML or other frameworks like React Native, SwiftUI, Bootstrap or Fluent. Feedback, ideas and partnerships are appreciated! How it works This plugin takes an unconventional approach to ..

Read more

WorldClock An Analog and a Digital World Clock with 387 timezones Dependencies intl – https://pub.dev/packages/intldata connection checker – https://pub.dev/packages/data_connection_checkerhttp – https://pub.dev/packages/http ScreenShots Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples ..

Read more

Church App UI made with Flutter A church app UI made with Flutter.Lookup the original work on Beehance Concept UI Main Screen (Landing Page) Main Screen (Landing Page) Menu Screen Events Page Sermons Page Testimoials Page Download Church App UI source code..

Read more

About A simple flutter app that downloads a file from the internet, shows a custom-made download progress dialog and saves the file to device’s internal storage. http_downloader A simple flutter app that downloads a file from the internet using the http plugin.It has a custom-designed progress dialog which displays the download percentage to the user leveraging the ..

Read more

flutter_text_drawable A flutter package that gives you the flexibility to create and customize text user avatars like Gmail and Contacts. It also provides a TextDrawableListTile widget which wraps around the material ListTile widget to provide easy control when using TextDrawable with a ListTile. Basic Usage Simply add the TextDrawable to your widget tree like so: TextDrawable( text: “Some Text”, ) Respond to Tap Events ..

Read more

show_hide_fab A flutter package that provides easy methods to show and hide a FAB attached to a Scaffold. Basic Usage Simply add the ShowHideFAB to your Scaffold as the floatingActionButton parameter. ShowHideFAB( shouldShow: showFab, animationDuration: Duration(milliseconds: 500), fab: FloatingActionButton( backgroundColor: Colors.green, child: Icon(Icons.add, color: Colors.white), onPressed: () {}, ), ), Example This code demonstrates showing and hiding ..

Read more

Flutter Face Detection app Flutter Face Detection with Firebase ML Kit and CustomPainter.Read the article on Medium Getting Started This project is a starting point for a Flutter application. 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 ..

Read more

A Protfolio Website – Flutter Web Watch it on YouTube This UI is not Responsive A nice clean Portfolio Website for Designer or developer. Which includes almost everything that you want to show. At first, your name and a big picture. Then About section shows more info about you with a cool experience card. Then ..

Read more

Demo Flutter – Some common UI in Flutter App include Hero Animation Screen – How to play with hero widget. Simple Animation Screen – Some simple animation. Edit Profile Screen – A simple form to fill user info. Music Player Screen – Get and play music from the internet. Medium Clap Screen – Clap animation ..

Read more

Facebook Reactions Animation Description The app to demo animation with Flutter by implement Facebook reactions. Watch the demo video for more clarity: https://youtu.be/gLdr9GCtZXg Check my general guidance to know more and how to do it: https://medium.com/@duytq94/facebook-reactions-with-flutter-9019ce8b95b8 Screenshot Download Facebook Reactions Animation source code..

Read more

Chat Demo Description A chat app made by Flutter and Firebase. Support login with google account, chat with any user, send text, image and sticker, update avatar and profile. Watch the demo video for more clarity: https://youtu.be/MOHE68LI5Eg Check my general guidance to know more and how to do it: https://medium.com/@duytq94/building-a-chat-app-with-flutter-and-firebase-from-scratch-9eaa7f41782e Extension Push notification messages. Demo: https://youtu.be/TL–RKbNPt8 Article: https://medium.com/@duytq94/flutter-chat-app-extended-push-notification-messages-a26c669f4675 Screenshot ..

Read more

Flutter-WebRTC WebRTC plugin for Flutter Mobile/Desktop/Web Functionality Feature Android iOS Web macOS Windows Linux Fuchsia Audio/Video [WIP] [WIP] Data Channel [WIP] [WIP] Screen Capture Unified-Plan MediaRecorder Usage Add flutter_webrtc as a dependency in your pubspec.yaml file. iOS Add the following entry to your Info.plist file, located in <project root>/ios/Runner/Info.plist: <key>NSCameraUsageDescription</key> <string>$(PRODUCT_NAME) Camera Usage!</string> <key>NSMicrophoneUsageDescription</key> <string>$(PRODUCT_NAME) Microphone Usage!</string> This entry allows your ..

Read more

Admin Material for Flutter Web. This project was generated with Flutter Web. Introduction This project contains most of the common widgets which are used by Flutter. Row/Column Tables Cards Custom Scroll View Forms Hero Animations Linear Gradient Api calls using http (Top 10 trending github repositories) in a tabular view. How to start Prerequisites: Your Flutter ..

Read more

Plantly: buy plants. A concept app that I made with Flutter, inspired by this: Wanna try it? Here’s the Play store link: Plantly. Final result Screenshots (click to enlarge) Main page (plants list) When clicked on a plant image When clicked on the zoom icon Cart page (empty) Cart page with items What I’ve learned by ..

Read more

Dashboard concept This App built on the concept of Flutter dashboard Template. It will help you to look arounf the dashbaord where you can track the app stat like number of visitor, Notification, Total Traffic and much more. A dashboard concept app inspired by this. Screenshots Main page (plants list) Shop items page Shop item reviews ..

Read more

Reply  Flutter Reply is an email app that uses Material Design components and Material Theming to create an on-brand communication experience. This project tries to deliver a pixel-perfect implementation of the Reply Material Design Case Study in Flutter. The focus lies on the UI (animation, layout, transition, etc.) and should showcase how powerful Flutter has become as a UI ..

Read more

Elegant Calculator A simple and elegant Calculator app developer in Flutter. Preview Getting Started This project is a starting point for a Flutter application. 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 ..

Read more

Aarogya Seva Made with  in India  Aarogya Seva is an Indian app developed using flutter for tracking live Covid-19 cases. App provides Coronavirus self assessment without collecting any data. The app has following features: Live Covid-19 cases across India Minimilistic UI and an elegant user experience Live news related to Corona Virus from newsapi.org Check your ..

Read more

Gobook Gobook is a golang boilerplate with web framework Gin & Gorm ORM. Features:  MVC Pattern  Login, Register, Logout & Profile System  Middleware System with JWT and UniqueKey  Paginations Request  Example Books CRUD  Support with MySQL  Validator System  Relation Has One  Env Configurations  Helper Command  ORM Features  Auto Generated Code  Support MySQL & PostgreSQL Installing ..

Read more

pokedex This is an applications for fetching pokemon data from API and showed in Listview with infinity scrolling #Author Created by Yusril Rapsanjani Language use: Dart Framework: Flutter RestAPI: pokeapi.co Getting Started The first step to install this application, you must clone this repository by: git clone https://github.com/yusriltakeuchi/pokedex.git After that you get any packages by ..

Read more