Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softeq/xtoolkit.whitelabel
Modular MVVM framework for fast creating powerful cross-platform applications with Xamarin & .NET for Mobile
https://github.com/softeq/xtoolkit.whitelabel
android androidx connectivity cross-platform csharp dotnet dotnet6 hacktoberfest ios library maui mobile mvvm mvvm-framework permissions push-notifications whitelabel xamarin xamarin-library xtoolkit
Last synced: about 11 hours ago
JSON representation
Modular MVVM framework for fast creating powerful cross-platform applications with Xamarin & .NET for Mobile
- Host: GitHub
- URL: https://github.com/softeq/xtoolkit.whitelabel
- Owner: Softeq
- License: mit
- Created: 2018-10-17T10:09:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T16:48:33.000Z (6 days ago)
- Last Synced: 2024-11-16T05:11:24.415Z (4 days ago)
- Topics: android, androidx, connectivity, cross-platform, csharp, dotnet, dotnet6, hacktoberfest, ios, library, maui, mobile, mvvm, mvvm-framework, permissions, push-notifications, whitelabel, xamarin, xamarin-library, xtoolkit
- Language: C#
- Homepage: https://softeq.github.io/XToolkit.WhiteLabel/
- Size: 9.82 MB
- Stars: 26
- Watchers: 12
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# XToolkit.WhiteLabel
[![Build Status](https://dev.azure.com/SofteqDevelopment/Toolkit/_apis/build/status/Build%20XToolkit?branchName=master)](https://dev.azure.com/SofteqDevelopment/Toolkit/_build/latest?definitionId=105&branchName=master)
[![CodeFactor](https://www.codefactor.io/repository/github/softeq/xtoolkit.whitelabel/badge)](https://www.codefactor.io/repository/github/softeq/xtoolkit.whitelabel)XToolkit.WhiteLabel is a modular, cross-platform MVVM framework from "lego" components for fast create powerful cross-platform mobile applications with Xamarin.
## Installation
This library is actively developed alongside production apps, and the API will evolve as we continue our way to version 2.0.
Please be fully prepared to deal with breaking changes.
Component | NuGet
----------|--------
Common | [![Softeq.XToolkit.Common](https://buildstats.info/nuget/Softeq.XToolkit.Common?includePreReleases=true)](https://www.nuget.org/packages/Softeq.XToolkit.Common)
Bindings | [![Softeq.XToolkit.Bindings](https://buildstats.info/nuget/Softeq.XToolkit.Bindings?includePreReleases=true)](https://www.nuget.org/packages/Softeq.XToolkit.Bindings)
Permissions | [![Softeq.XToolkit.Permissions](https://buildstats.info/nuget/Softeq.XToolkit.Permissions?includePreReleases=true)](https://www.nuget.org/packages/Softeq.XToolkit.Permissions)
PushNotifications | [![Softeq.XToolkit.PushNotifications](https://buildstats.info/nuget/Softeq.XToolkit.PushNotifications?includePreReleases=true)](https://www.nuget.org/packages/Softeq.XToolkit.PushNotifications)
Remote | [![Softeq.XToolkit.Remote](https://buildstats.info/nuget/Softeq.XToolkit.Remote?includePreReleases=true)](https://www.nuget.org/packages/Softeq.XToolkit.Remote)
WhiteLabel | [![Softeq.XToolkit.WhiteLabel](https://buildstats.info/nuget/Softeq.XToolkit.WhiteLabel?includePreReleases=true)](https://www.nuget.org/packages/Softeq.XToolkit.WhiteLabel)
WhiteLabel.Essentials | [![Softeq.XToolkit.WhiteLabel.Essentials](https://buildstats.info/nuget/Softeq.XToolkit.WhiteLabel.Essentials?includePreReleases=true)](https://www.nuget.org/packages/Softeq.XToolkit.WhiteLabel.Essentials)## Documentation
- [Documentation](https://softeq.github.io/XToolkit.WhiteLabel/)
- [Roadmap](https://github.com/Softeq/XToolkit.WhiteLabel/wiki/Roadmap)## Contributing
As an open source project, we're excited to accept contributions to the code from outside of Softeq and are striving to make that as easy and clean as possible.
- [How to Contribute](.github/CONTRIBUTING.md)
## License
The XToolkit.WhiteLabel project is available for free use, as described by the [LICENSE](/LICENSE) (MIT).
- Some bits of [MvvmLight](https://github.com/lbugnion/mvvmlight) are redistributed and modified under MIT License
- Tiny bits of [MvvmCross](https://github.com/MvvmCross/MvvmCross) are redistributed and modified under MIT License