Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgj/mvvmcross-plugins
https://github.com/mgj/mvvmcross-plugins
android android-lib android-library csharp csharp-code csharp-library ios ios-lib ios-library mvvmcross mvvmcross-plugin xamarin xamarin-android xamarin-ios
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgj/mvvmcross-plugins
- Owner: mgj
- License: apache-2.0
- Created: 2016-08-27T14:05:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T19:54:56.000Z (over 7 years ago)
- Last Synced: 2024-11-13T05:06:55.724Z (2 months ago)
- Topics: android, android-lib, android-library, csharp, csharp-code, csharp-library, ios, ios-lib, ios-library, mvvmcross, mvvmcross-plugin, xamarin, xamarin-android, xamarin-ios
- Language: C#
- Size: 1.88 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MvxPlugins
==========[![Build status](https://ci.appveyor.com/api/projects/status/8iekgrnckblfgfb6?svg=true)](https://ci.appveyor.com/project/mgj/mvvmcross-plugins)
| Plugin | NuGet version |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Fetcher | [![NuGet](https://img.shields.io/nuget/v/artm.MvxPlugins.Fetcher.svg)](https://www.nuget.org/packages/artm.MvxPlugins.Fetcher/) |
| Logger | [![NuGet](https://img.shields.io/nuget/v/artm.MvxPlugins.Logger.svg)](https://www.nuget.org/packages/artm.MvxPlugins.Logger/) |
| Dialog | [![NuGet](https://img.shields.io/nuget/v/artm.MvxPlugins.Dialog.svg)](https://www.nuget.org/packages/artm.MvxPlugins.Dialog/) |Fetcher
=======
The fetcher plugin is a small wrapper around [https://github.com/mgj/fetcher](https://github.com/mgj/fetcher) that allows you to inject the IFetcherService interface in your MvvmCross applicationThanks
=======
Thanks to [Cheesebaron](https://github.com/Cheesebaron) for his [MvvmCross plugins](https://github.com/Cheesebaron/Cheesebaron.MvxPlugins)License
=======- **Fetcher** plugin is licensed under [Apache 2.0][apache]
- **Logger** plugin is licensed under [Apache 2.0][apache]
- **Dialog** plugin is licensed under [Apache 2.0][apache][apache]: https://www.apache.org/licenses/LICENSE-2.0.html