Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jon2g/rootbeerfresh-maui

A binding project for rootbeerFresh by @KimChangYoun
https://github.com/jon2g/rootbeerfresh-maui

Last synced: 12 days ago
JSON representation

A binding project for rootbeerFresh by @KimChangYoun

Awesome Lists containing this project

README

        

# MAUI-rootbeerFresh
A binding project for rootbeerFresh by @KimChangYoun

[![NuGet version (RootBeerFresh-MAUI)](https://img.shields.io/nuget/v/RootBeerFresh-MAUI.svg)](https://www.nuget.org/packages/RootBeerFresh-MAUI/)

![Sample](https://raw.githubusercontent.com/Jon2G/RootbeerFresh-MAUI/main/Screenshot.jpeg)

Usage:
```
#if ANDROID
RootBeer rootBeer = new RootBeer();
this.ItemResults = rootBeer.GetRootItemResults(); //Detailed explanation
this.IsRooted = rootBeer.IsRooted; //Simple check
#endif
```

Thanks to https://github.com/KimChangYoun/rootbeerFresh