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 ..
Speak NATO A simplistic mobile application with Material design that helps you communicate using different phonetic alphabets. Installation Screenshots Acknowledgements The icon used by the app is made by Freepik and licensed under Creative Commons BY 3.0. Contributing Found a bug or would like to request a feature and don’t know how to do it yourself? Just open ..
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 ..
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 ..
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 ..
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 ..
twitter_desktop A new Flutter project. 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 our online documentation, which offers tutorials, samples, guidance ..
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 ..
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..
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 ..
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 ..
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 ..
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 ..
Fast.cli An incredible command line interface for Flutter. It allows you to create your own CLI without coding a line. With this CLI, you can create your custom templates and define how your project will start. The generated directories and files are defined from the outside in, that is, the users define the resources, the ..
flutter-nasa-apod A simple Flutter App to photos of NASA’s Astronomy Picture of the Day. Screenshots Download flutter nasa app photo of the day source code..
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 ..
image Overview A Dart library providing the ability to load, save and manipulate images in a variety of different file formats. The library has no reliance on dart:io, so it can be used for both server and web applications. Supported Image Formats: Read/Write: PNG / Animated APNG JPEG Targa GIF / Animated GIF PVR(PVRTC) Read Only: ..
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..
Social App UI A simple Social UI concept made with Flutter. Download Social App UI source code..
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 ..
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 ..
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 ..
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 ..
Origin Home UI A simple UI design of the Origin Games Homepage.I didn’t have internet data to do what I was doing so I decided to have some fun .Then when I finally got data in the evening , I added the liquid progress package and called it a day . Screenshots Made with by Akora Ing. DKB * Getting Started A ..
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 ..
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 ..
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..
FLUTTER INTRO SLIDER Flutter Intro Slider is a flutter plugin that helps you make a cool intro for your app. Create intro has never been easier and faster Table of Contents Installing – How to install Demo – How this plugin works Code example – How to use Default config Custom config Custom your own tabs Slide object ..
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 ..
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 ..
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 ..
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 ..
Travel guide An application made with flutter. Screenshots (click to enlarge) Download Travel guide app source code..
Tinder cards Hi! After showcasing Focus for Reddit, the app I am working on, people asked me how did I do the tinder like cards swipe (posts media are shown as a stack of 3 swipable cards) and if I could make tutorial or open-source it: And I did it! Here it is. I’ve created a ..
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 ..
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 ..
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 ..
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 ..
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 ..
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 ..
