Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jon2g/rootbeerfresh-maui
- Owner: Jon2G
- License: mit
- Created: 2024-06-01T20:02:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T22:21:47.000Z (about 1 month ago)
- Last Synced: 2024-12-22T23:25:23.049Z (about 1 month ago)
- Language: C#
- Size: 396 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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