Flutter JS plugin Short intro: A Javascript engine to use with flutter. It uses quickjs on Android and JavascriptCore on IOS A Javascript engine to use with flutter. Now it is using QuickJS on Android through Dart ffi and JavascriptCore on IOS also through dart-ffi. The Javascript runtimes runs synchronously through the dart ffi. So ..

Read more

Use dynamic and beautiful card view pagers to help you create great apps. Preview New Feature v1.3.0 Change Alignment Left Center(Default) Right v1.4.0 Enable Web Web Link Installing Add dependency to pubspec.yamlGet the latest version in the ‘Installing’ tab on pub.dartlang.org dependencies: vertical_card_pager: ^1.5.0 Import the package import ‘package:vertical_card_pager/vertical_card_pager.dart’; Adding VerticalCardPager With optional parameters @override Widget build(BuildContext ..

Read more

FancyOnBoarding A Fancy OnBoarding Screen Library for Easy and Quick Usage. Checkout the Original Author :  Checkout the Original Designer :  The source code is 100% Dart, and everything resides in the /lib folder. Show some  and star the repo to support the project  Installation In the dependencies: section of your pubspec.yaml, add the following line:  Usage Import this class import ‘package:fancy_on_boarding/fancy_on_boarding.dart’; ..

Read more

Ubuntu Launcher It’s a custom lightweight android launcher. Features : Simple Fast Ad Free Lightweight Requirments : MinSdkVersion 16 (Android 4.1.x) TargetSdkVersion 28 (Android 9) Hopefully will work fine above android 4.1.x Download Latest Apk : Ubuntu Launcher 2.1.0 Latest Feature : Long Press to open App Settings Screenshots : Loading Screen (Loading the apps installed in ..

Read more

A Flutter package for trimming videos Features Customizable video trimmer Video playback control Retrieving and storing video file Also, supports conversion to GIF. TRIM EDITOR EXAMPLE APP CUSTOMIZABLE VIDEO EDITOR Usage Add the dependency video_trimmer to your pubspec.yaml file. Android Go to <project root>/android/app/build.gradle and set the proper minSdkVersion, 24 for Main Release or 16 for LTS Release.Refer to the FFmpeg Release section.minSdkVersion <version> Go to <project root>/android/build.gradle and add the following line:ext.flutterFFmpegPackage = ..

Read more

Flutter 2.0

What’s new with Flutter 2.0? : Review The Flutter 2.0 update was released recently, and it has been the talk of the tech world. It is one of the most awaited stable releases since the platform Flutter 1.0 was first released 2 years ago. Just like all the other updates, this update is formulated to ..

Read more

Natrium – Fast, Robust & Secure NANO Wallet What is Natrium? Natrium is a cross-platform mobile wallet for the NANO cryptocurrency. It is written in Dart using Flutter. Link Description natrium.io Natrium Homepage nano.org NANO Cryptocurrency Homepage Server Natrium’s backend server can be found here Contributing Fork the repository and clone it to your local machine Follow ..

Read more

Sofia is your personal AI powered Yoga instructor, allowing you to harness the benefits of yoga from any place you want. The app is built using a cross-platform framework called Flutter, so it can run on both iOS and Android. For authentication, we have used Auth0 SDK. Cloud Firestore is used for storing the user-info and the track data. Firebase Storage is used for ..

Read more

Persistent Bottom Navigation Bar A persistent/static bottom navigation bar for Flutter. NOTE: Those migrating from pre 2.0.0 version should check the latest Readme and instructions as there are many breaking changes introduced in the 2.0.0 update Styles Style15 Style16 Style1 Style9 Style7 Style10 Style12 Style13 Style3 Style6 Neumorphic Neumorphic without subtitle Note: These do not include all ..

Read more

peercoin-flutter Wallet for Peercoin and Peercoin Testnet using Electrumx as backend.Early alphaBasic testing successfull on iOS 14.4 and Android 10.Use at own risk. Development This repository currently relies on a fork of bitcoin_flutter, which can be found here: peercoin/bitcoin_flutter The original library is not compatible, due to transaction timestamp incompability. Update icons flutter pub run flutter_launcher_icons:main Update ..

Read more

smartrider  The all-in-one RPI transportation app developed with Flutter and Firebase. Our goal is to make transportation in and around RPI safer and more intuitive. RCOS Project Currently planned features:  Allows you to call RPI saferide like uber.  Contains CDTA bus and RPI shuttle schedule.  Allows you to search for specific departures.  Shows closest stops and estimated departure time ..

Read more

subsound A subsonic music player. Screenshots Goals  Browsing content  Audio playback  Starred songs  Media players support (lock screens)  Android  ios  A nice, smooth interface  Offline support  Sync content for local access in database  Selective caching Possible goals: Chromecast Airplay Support other servers than Subsonic compatible APIs Linux Transcoding when needed Non-goals: Video support EQ/Gain TODO: ..

Read more

Sentry SDK for Flutter  This package includes support to native crashes through Sentry’s native SDKs: (Android and iOS). It will capture errors in the native layer, including (Java/Kotlin/C/C++ for Android and Objective-C/Swift for iOS). Usage Sign up for a Sentry.io account and get a DSN at http://sentry.io. Follow the installing instructions on pub.dev. Initialize the Sentry SDK using the ..

Read more

Lottie for Flutter Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile! This repository is an unofficial conversion of the Lottie-android library in pure Dart. It works on Android, iOS, macOS, linux, windows and web. Usage Simple animation This example shows how to display ..

Read more

crop_your_image A flutter plugin which provides Crop Widget for cropping images. crop_your_image provides only minimum UI for deciding cropping area inside images. Other UI parts, such as “Crop” button or “Change Aspect Ratio” button, need to be prepared by each app developers. This policy helps app developers to build “Cropping page” with the design of their own ..

Read more

TFlite Audio Plugin for Flutter Audio classification Tflite package for flutter (iOS & Android). Can support Google Teachable Machine models. If you are a complete newbie to audio classification, you can read the tutorial here. Credit to Carolina for writing a comprehensive article. To keep this project alive, please consider being a contributor. A star is also appreciated. ..

Read more

Flutter Colorful TabBar A colorful TabBar for Flutter where each tab has a color (inspired by SmartNews app). Getting Started Add this to your package’s pubspec.yaml file: Import the library in your file: Use the flutter_colorful_tab like this: Download Flutter Colorful TabBar widget source code on GitHub https://github.com/datdescartes/flutter_co..

Read more

flutter_guitar_tabs flutter_guitar_tabs is a package to show guitar tabs like the one below: How to use the package The widget TabWidget receives two parameters, name and tabs. name is the name displayed on the top. tabs is a list of strings containing up to 6 numbers, or x, with seperating spaces. As an example: “x 0 0 2 3 1” “x 5 7 7 6 ..

Read more

Introduction A Vector math library for 2D and 3D applications. Features 2D, 3D, and 4D vector and matrix types. Quaternion type for animating rotations. Collision detection: AABB, rays, spheres, … Utilities like color and common rendering related operations Flexible getters and setters, for example, position.xwz = color.grb;. Fully documented. Well tested. Heavily optimized. Libraries using vector_math ..

Read more

Flutter FTP Connect Flutter simple and robust dart FTP Connect Library to interact with FTP Servers with possibility of zip and unzip files. Key Features Upload files to FTP Download files/directories from FTP List FTP directory contents Manage FTP files (rename/delete) Manage file zipping/unzipping Completely asynchronous functions Example upload file ###example 1: import ‘dart:io’; import ‘package:ftpconnect/ftpConnect.dart’; ..

Read more

Flutter DropdownSearch Flutter simple and robust DropdownSearch with item search feature, making it possible to use an offline item list or filtering URL for easy customization. Key Features Online and offline items Searchable dropdown Three dropdown mode: Menu/ BottomSheet/ Dialog Material dropdown Easy customizable UI Handle Light and Dark theme Easy implementation into statelessWidget packages.yaml dropdown_search: ..

Read more

Hamburger Flutter App concept created with Flutter inspired by Tasty Burger. About The app was created to simulate all the system behind the inspiration video. There’s no code on the backend or another web service. The app is all contained in this repository. The model’s classes were created to better represent an official development, the repositories classes are ..

Read more

Gooey Tab Bar Flutter Flutter component concept created with Flutter using Dart programming language, inspired by Gooey Tab Bar. About This component was created inspired by the GIF at the end of this page. The component is using Animations, Clip Path, Transform and Stream’s with RxDart proprieties to better simulate the inspiration GIF. The Constructor Data Fields final ..

Read more

Fluid Slider Flutter The component created with Flutter using Dart programming language, inspired in Fluid Slider by Ramotion. About The component was created to better simulate all the component behavior in the inspiration video. The component is editable and only require the Flutter framework and no other third-party library. The App The GIF below shows this current component ..

Read more

Photography Explorer Flutter App App concept created with Flutter using Dart programming language, inspired by Multi Search By Categories. About This app was created inspired by the GIF in the end of this page. The code was built to better create a real app, identical to the inspiration and with all logic behind it. This app is using ..

Read more

Grocery Shop Flutter App concept created with Flutter using Dart programming language, inspired by Groceries Shopping App Interaction. About The app was created to simulate all the system behind the inspiration video. There’s no code on backend or other web service. The app is all contained in this repository. The models classes was created to better representate an ..

Read more

pass-flutter A Flutter library for work with Apple Wallet passes. How use it Getting pass from URL to internal memory import ‘package:pass_flutter/pass_flutter.dart’; PassFile passFile = await Pass().saveFromUrl(url: ‘https://link_to_pass/pass.pkpass’); Getting list of all saved passes import ‘package:pass_flutter/pass_flutter.dart’; List<PassFile> passes = await Pass().getAllSaved(); Fetch preview from url and save it import ‘package:pass_flutter/pass_flutter.dart’; PassFile passFile = await Pass().fetchPreviewFromUrl(url: ..

Read more

image_painter A flutter implementation of painting over image. Overview Features Seven available paint modes. Line, Box/Rectangle, Circle, Freestyle/Signature, Dotted Line, Arrow and Text. Four constructors for adding image from Network Url, Asset Image, Image from file and from memory. Controls from constructors like strokeWidth and Colors. Export image as memory bytes which can be converted ..

Read more

Lighthouse Power Management Power management app to control the Valve Index® lighthouses from your phone. Inspired by lighthouse-v2-manager but that project is desktop only. And if your computer doesn’t have a bluetooth adapter then it is useless. Sadly the Valve Index® doesn’t provide it’s bluetooth adapter to the system and thus can’t be used for that. Fortunately ..

Read more

Color Picker An app made in Flutter to help people choose the colors they will use in their projects! Features Pick a color from a picker wheel, palette, value, named and even from an image.Liked a color? Favorite it to use it later or copy it to clipboard.Is it too bright? Don’t worry, use the ..

Read more

Harmonoid  A music app with a beautiful UI to play all your music! Download APK  Animations  Consider dropping star to the repository, if you wanna appreciate the effort & support future development.  Android users can download APK from the link above.  Features  Powerful Library Management Music automatically gets arranged into albums, artists & tracks.  Play Local Music ..

Read more

Flutter Flows made easy! Usage Define a Flow State The flow state will be the state which drives the flow. Each time this state changes, a new navigation stack will be generated based on the new flow state. Flutter Flows made easy! A Flutter package which simplifies flows with a flexible, declarative API. class Profile ..

Read more

A simple Flutter plugin for reading  metadata of  media files.  Usage import ‘package:media_metadata_retriever/media_metadata_retriever.dart’; Future<void> getMetadata() async { final metadataRetriever = new MediaMetadataRetriever(); /* Set File path */ await metadataRetriever.setFile(new File(‘/storage/emulated/0/Music/music.aac’)); /* Access metadata */ Metadata metadata = await metadataRetriever.metadata; print(metadata.trackName); print(metadata.trackArtistNames); print(metadata.albumName); print(metadata.albumArtistName); print(metadata.trackNumber); print(metadata.albumLength); print(metadata.year); print(metadata.genre); print(metadata.authorName); print(metadata.writerName); print(metadata.discNumber); print(metadata.mimeType); print(metadata.trackDuration); print(metadata.bitrate); /* Alternatively, you may ..

Read more

Uber Air  This is a simple flight booking app build with flutter. Features  Select Date Get airport from skyscanner API Select Passenger Get flights from skyscanner API Google authentication Tools  Flutter Vscode Skyscanner Firebase Download UberAir flight booking app source code on GitHub https://github.com/onurur..

Read more

KanjiMaru Flashcard and Kanji writing mobile app made in Flutter. After a somewhat long hiatus, I have decided to resume this Hobby Project of mine. As I have been frustrated by the fact that apps on the market do not provide a ‘good’ way to learn to write Japanese Characters, I have decided to create ..

Read more

Easy-to-make ads in Flutter with Google’s AdMob SDK. Get started To get started with Native Ads for Flutter, read the documentation Native Ads Banner Ads Interstitial Ads Rewarded Ads App Open Ads This is a library to help you to create native, banner, interstitial and rewarded ads entirely in dart (flutter) using the AdMOB sdk Get started: Platform setup Contribute ..

Read more

Animated Onboarding Made with  in India This flutter app is made just to demonstrate how to we can make an animated onboarding experience that looks beautiful and provides a good user experience as well. Back to UI and the app. This idea I had in mind for a long time and I was so busy so ..

Read more

Flutter Movies App An application made with Flutter to practice the principles of Clean Architecture.Even being focused on architecture, the project also has a beautiful UI. ## Getting Started Note: You already need to have Flutter installed. # clone the repo git clone https://github.com/marciovalim/flutter-movies-app.git # move to the cloned repo cd flutter-movies-app # get dependencies ..

Read more