Category : Flutter App

A complete Flutter chat UI kit This Flutter package provides you with a base structure as well as a set of tools that allow you to quickly build up a modern chat UI. Instead of trying to come up with all in one Widgets that meet everyone’s expectations, you are given helpers that are meant ..

Read more

BlackHole Awesome Music Player made with Flutter! Features Best Streaming Quality (320kbps) Music Search Trending Songs Support 15+ music languages Local and Global Top Spotify songs Add Songs to Favorite Playlists support Sleep timer Lyrics Support Listening history record Dark mode / accent color Download for offline play (320kbps with ID3 tags) Play Online as ..

Read more

Chicago widget library The Chicago widget set is a retro 32-bit desktop design language for Flutter. It was discussed in the “Building a desktop design language with Flutter” session in Google I/O 2021. Disclaimer This library is still under very active development. It also relies on very new features of Flutter and is likely to ..

Read more

Venda (vendaround.com) Venda is a location-based business platform that enables people to discover businesses around them. With Venda, you can sell or buy goods and services from vendors nearby. In this project you will see how flutter web was used to create a landing page for the app showcase. Visit: vendaround.com To see live preview of ..

Read more

Flutter widgets you haven’t used yet. Problems that proximity solves Currently, Flutter has a lot of useful pre-built widgets, no, too many widgets.Thus, it is not easy to know all widgets and how each widgets work and behave.Proximity solves this problem. It enables users to touch and feel widgets so that they can learn them ..

Read more

power_tic_tac_toe (Part of the Open-Source Gaming initiative) Power Tic Tac Toe: A Modern Tic Tac Toe Game Minimalistic | Ad-Free | Open-Source Play Tic-Tac-Toe with powers on variety of boards 3 x 3 5 x 5 7 x 7 Have the ability to remove a marker placed by the other player or add an extra ..

Read more

Piano A Flutter package that provides: logic for working with musical notes, clefs and octaves; a widget that can render notes on a clef; an interactive piano widget. Where is it used? In “Learn The Notes”, a simple sight reading trainer you can find on the iOS app store here. Download Piano app source code on GitHub https://github.com/craigomac/piano FlutterappworldProvides the list of the ..

Read more

Brewery A cross-platform frontend to Homebrew formulae API. Features  Works on many platforms  Supports formulae and casks  Supports analytics  Regexp filtering of formulae and casks list  Filter results highlighting … and more! Screenshots Platforms Currently the following platforms are supported: Web Android iOS Linux Download Brewery App source code on GitHub https://github.com/dawidd6/brewery FlutterappworldProvides the list of ..

Read more

Bottom Sheet Expandable Bar This package create a bottom navigation bar with the capability to show a bottom sheet. Instalation Include bottom_sheet_expandable_bar in your pubspec.yaml file: dependencies: flutter: sdk: flutter bottom_sheet_expandable_bar: version Usage To use this package, just import it into your file and enjoy it. import ‘package:bottom_sheet_expandable_bar/bottom_sheet_bar_icon.dart’; import ‘package:bottom_sheet_expandable_bar/bottom_sheet_expandable_bar.dart’; … bottomSheet: BottomBarSheet( children: [ BottomSheetBarIcon( icon: Icon(Icons.home), color: ..

Read more

Notes App A clean, simple and modern note taking app built with Flutter. Be sure to leave a star  Features Create notes: Create notes that store locally to device. Edit notes: Edit notes that were previously created. Lockable notes (WIP): Lock notes with a password. Pinnable notes: Pin notes to the top of the list. ..

Read more

chat_bubbles plugin Flutter chat bubble widgets, similar to the Whatsapp and more shapes. Easy to use and implement chat bubbles. Getting Started Add this to your package’s pubspec.yaml file: dependencies: chat_bubbles: ^1.0.0+3 Usage Then you just have to import the package with import ‘package:chat_bubbles/chat_bubbles.dart’ Now you can use this plugin to implement various types of Chat Bubbles ..

Read more

Draggable Home A draggable Flutter widget that makes implementing a Sliding up and fully-stretchable much easier! Based on the Scaffold and Sliver. Usage Make sure to check out examples for more details. Installation Add the following line to pubspec.yaml: dependencies: draggable_home: ^1.0.0 Basic setup The complete example is available here. DraggableHome requires you to provide title, headerWidget and body: title widget is basically for title ..

Read more

GenshinDb A Genshin Impact database kinda app This app is not affiliated with or endorsed by miHoYo. GenshinDb is just a database app for the Genshin Impact game Features Artifacts Characters Weapons Materials And many more to come Contributing Before contributing, please ask me if whatever you are planning to do / add / improve ..

Read more

flutter_newsapp A News App using API from newsapi.org and using Bloc. Working  Screenshots  =>=>    video Before Running Replace the <API_KEY> in lib/res/strings.dart with your own API key generated from newsapi.org. Download flutter newsapp source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

native_updater Flutter package for prompting users to update with a native dialog whether using the app store version or any version at the user’s discretion. When a latest app version is available via user defined logic, a simple alert prompt widget is displayed. With today’s modern app stores, there is little need to persuade users ..

Read more

Notes App A clean, simple and modern note taking app built with Flutter. Be sure to leave a star  Features Create notes: Create notes that store locally to device. Edit notes: Edit notes that were previously created. Lockable notes (WIP): Lock notes with a password. Pinnable notes: Pin notes to the top of the list. ..

Read more

A car sharing & rental app using Flutter, Firebase & Google Maps APIs  About the App  hopOn is flutter based application for car sharing and rental services. The two main functions that app includes are – Rent a nearby car Give your car on rent The app uses 3 Google Maps API Geocoding API (provides geocoding and reverse geocoding ..

Read more

Popover Popover for Flutter Content Features Requirements Install Example Support License Features A popover is a transient view that appears above other content onscreen when you tap a control or in an area. Typically, a popover includes an arrow pointing to the location from which it emerged. Popovers can be nonmodal or modal. A nonmodal ..

Read more

give-star-reviews A package for giving reviews for the things Getting Started dependencies: givestarreviews: ^1.0.2 $ flutter pub get import ‘package:givestarreviews/givestarreviews.dart’; Example Multiple GiveStarReviews( starData: [ GiveStarData(text: ‘Review 1’, onChanged: (rate) {}), GiveStarData(text: ‘Review 2’, onChanged: null), GiveStarData(text: ‘Review 3’, starCount: 3, onChanged: (rate) {}), ], ), Single StarRating(onChanged: (rate) {}), To make a read only StarRating, ..

Read more

flutter_fire_base_register How login, register and log out Firebase. Textformfield with focusNode InheritedWidget exam. Stream provider usage. App Home To use this package : add the dependency to your pubspec.yaml file. provider: ^5.0.0 firebase_core: ^1.1.0 cloud_firestore: ^2.0.0 firebase_auth: ^1.1.3 paste it in the specified path android\app\build.gradle android { defaultConfig{ multiDexEnabled true } } Getting Started This project is ..

Read more

Official Flutter packages for Stream Activity Feeds The official Dart client for Stream Activity Feeds, a service for building activity feed applications. This library can be used on any Dart project and on both mobile and web apps with Flutter. You can sign up for a Stream account at https://getstream.io/get_started.  Quick Links Register to get an API key ..

Read more

APS Navigator – App Pagination System This library is just a wrapper around Navigator 2.0 and Router/Pages API that tries to make their use easier:  Basic feature set  What we’ve tried to achieve: Simple API Easy setup Minimal amount of “new classes types” to learn: No need to extend(or implement) anything Web support (check the ..

Read more

Flutter Dropdown_Below A Flutter Dropdown library which is customize flutter dropdownbutton widget. Options options description required itemWidth dropdown item’s box width X itemTextstyle dropdown item’s text style X boxTextstyle seletced box text style X boxPadding seletced box inner padding X boxHeight seletced box height X boxWidth seletced box width X hint text before you choose ..

Read more

About This package allows you to draw dotted lines with Flutter. Usage Parameter Default Description direction Axis.horizontal The direction of the entire dotted line. lineLength double.infinity The length of the entire dotted line. lineThickness 1.0 The thickness of the entire dotted line. dashLength 4.0 The length of the dash. dashColor Colors.black The color of the ..

Read more

fofoofoflights A Flight booking/reservation app built with Flutter and Firebase backend. Features Comes with OTP Login Optional Gmail Login Profile Page Prerequiste: Youll need a GoogleServices.json from firebase for both Android and IOS in order to use Firebase OTP and Gmal Login Screenshot  Download Flight Booking App source code on GitHub FlutterappworldProvides the list of ..

Read more

PassMan PassMan Logo © 2021 by Yash Ahir is licensed under CC BY-NC 4.0 A simple, cross-platform password manager created with Flutter. How to run this Install Flutter for your platform of choice from here. This project uses Moor for persistent storage and as such supports all platforms that Moor does. As mentioned in the supported platforms page for ..

Read more

yaz Yaz Package for State, Content and User’s Options Managements Introduction This package is supported for Web, Mobile and Desktop applications. Yaz Package is consisted of two parts; 1) State Management Demo App Video Yaz Package is a state management package in the first place. It uses only ChangeNotifier for the whole process, due to this it ..

Read more

Material Floating Search Bar A Flutter implementation of an expandable floating search bar, also known as persistent search, similar to the ones used extensively by Google in their own apps. Click here to view the full example. Installing Add it to your pubspec.yaml file: dependencies: material_floating_search_bar: ^0.3.4 Install packages from the command line If you like this package, consider ..

Read more

extended_text Language: English | 中文简体 Extended official text to build special text like inline image or @somebody quickly,it also support custom background,custom over flow and custom selection toolbar and handles. Table of contents extended_text Table of contents Speical Text Create Speical Text SpecialTextSpanBuilder Image ImageSpan Selection TextSelectionControls Control ToolBar Handle Default Behavior Custom Behavior Custom Background Custom Overflow ..

Read more

notifi.it App | Website | Backend Install Flutter https://flutter.dev/docs/get-started/install flutter channel master flutter upgrade create .env with the content run the backend Install docker MacOS build & run sudo xcode-select –switch /Applications/Xcode.app/Contents/Developer sudo xcodebuild -runFirstLaunch flutter doctor flutter config –enable-macos-desktop flutter build macos flutter run -d macos Tests Lint & Test bash ./pre-commit.sh Set screenshot asserts Extras Add ..

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

A Flutter implementation of DialogFlow, improved. Build your integrations with DialogFlow easier and faster. About the package Dialog Flow on Flutter, now with Null Safety support! DialogFlowtter is a package that helps you to build integrations with DialogFlow easier and faster. Authenticate with Google Auth Json Get an authenticated http client so you can talk ..

Read more

emoji_picker_flutter Yet another Emoji Picker for Flutter  Note: This package is based on emoji_picker which has been deprecated and not maintained anymore. Therefore I decided to create a modernized version of it and fixing existing issues. Key features Lightweight Package Faster Loading Null-safety Completely customizable Material Design and Cupertino mode Emojis that cannot be displayed are filtered out ..

Read more