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