Community packages

This is a curated list of third party Fuse packages created and submitted to us by the community. Fuse provides no official support or quality control on these packages. Use at your own risk.

Packages are licensed by you directly from the author, see license file in each repo for details.

Note: Fuse is working on official tooling to automate publishing and installation of packages. In the mean time we can install packages manually.

Installing a package

Packages can be all sorts of things; examples, libraries, plugins or tools. Installation steps differ between packages. Follow the installation instructions in README for each package, however - packages are commonly installed simply by doing a git clone and adding a project reference in your project's .unoproj file with a relative path.

Package list

Package Github link
admob
Use AdMob with Fuse projects (Android)
Library by aToO57
Go to page
appstax-fuse
Official AppStax SDK for Fuse
Library by Appstax
Go to page
barcodescanner
Bar code scanner
Library by bolav
Go to page
cachingimagesource
Caches downloaded images on disk
Library by bolav
Go to page
camerapanel
Use the camera feed as a panel (iOS)
Library by bolav
Go to page
contacts
Get phone contact list in JS
Library by bolav
Go to page
cocoapods
Cocoapods integration (iOS)
Library by bolav
Go to page
emacs
Emacs plugin for Fuse
Plugin by hasselknippe
Go to page
facebook-login
Facebook login example (iOS)
Library by bolav
Go to page
firebase
Use Google Firebase with Fuse
Library by baggers
Go to page
Fuse.Billing.Android
Receive payments through Google Play
Library by Fuse
Go to page
Fuse.RMStore
Bindings around the excellent RM.Store library
Library by Fuse
Go to page
fuse-customdatepicker
Disk shaped date picker for Fuse
Library by sacketty
Go to page
fuse-clipboard
Clipboard class for Fuse Tools
Library by jmoleiro
Go to page
fuse-device
Get basic device functions
Library by MaxGraey
Go to page
fuse-google-analytics
Use Google Analytics with Fuse
Library by ErickTamayo
Go to page
fuse-motion
Motion - iOS accelerometer, gyroscope, magnetometer readings and more
Library by AlexGustafsson
Go to page
FuseNativeControls
Cross-platform native controls for Fuse, including date and time picker
Library by nekronos
Go to page
gallery
Load images from the phone's gallery
Library by bolav
Go to page
homescreen
UX action to go to the home screen on Android
Library by bolav
Go to page
materialdesign
Cross-platform, open source implementation of Google's material design in Fuse
Library by Duckers
Go to page
onetimepassword
Onetimepassword and other integrations
Library by torial
Go to page
qreader
QR code reader
Library by zean00
Go to page
socketio
Socket.io
Example by bolav
Go to page
sqlite
Use SQLite database from JS in Fuse
Library by bolav
Go to page
syncano
Syncano backend example
Library by bolav
Go to page
testfairy
TestFairy integration
Library by bolav
Go to page
touchid
Touch ID integration (iOS)
Library by bolav
Go to page
uno-bash
Simple bash auto-completion for Uno CLI
Tool by Fuse
Go to page
vscode
VSCode plugin
Plugin by hazealign
Go to page
vscode-fuse-syntax
Syntax highlighting in Visual Studio Code
Extension by Sergii Naumov
Go to page
whilevisibleinscrollview
WhileVisibleInScrollView UX trigger
Library by bolav
Go to page
YouTube
YouTube integration
Library by bolav
Go to page
FuseShareSheet
Native share sheets
Library by Heavenchains
Go to page
fuse-log
Get Fuse log messages in VS Code
Plugin by bstrr
Go to page
fuse-backgroundservice
Long running services for Android
Plugin by Benny2871
Go to page
fuse-android-toast
Use the native Android Toast view in Fuse
Library by blackrider401
Go to page
SocialShare
Library to use social share options in Fuse
Library by jesusmartinoza
Go to page
fuse-cordova-bridge
Project that allows cordova plugins to be used in Fuse apps
Library by akalyan
Go to page
fuse-dfp
Implementation of DoubleClick for Publishers SDK in Fuse
Library by jmoleiro
Go to page
listenup
Example of Snowboy hotword detection in Fuse
Library by bkono
Go to page
fuse-tools-icon-sets
A collection of files with icon code mappings to quickly add icons to your fuse tools project
Library by IsaacSomething
Go to page

Submitting a new package

We welcome new package contributions from the community!

To submit a package to this list, please publish the package in a public GitHub repository, and let us know about it! Please include the package name, description, author, as well as the URL to the repo of course.

To release new versions of your package, simply publish new branches or tags on your repo.

The repo must include a LICENSE.txt or similar declaring the license terms for the package (MIT license preferred), and a README.md or similar describing and documenting how to use the package.