Info
| Version: | 5.0.0-beta | 
| Author(s): | James Montemagno | 
| Last Update: | Tuesday, September 20, 2022 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/jamesmontemagno/SettingsPlugin | 
| NuGet Url: | https://www.nuget.org/packages/Xam.Plugins.Settings | 
Install
Install-Package Xam.Plugins.Settings
                        dotnet add package Xam.Plugins.Settings
                        paket add Xam.Plugins.Settings
                        
                                Xam.Plugins.Settings Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 4.5 
                                        
                    - No dependencies. 
- NETStandard.Library(>= 1.6.1)
- No dependencies. 
- No dependencies. 
- No dependencies. 
- Tizen.NET(>= 4.0.0)
- No dependencies. 
- No dependencies. 
- No dependencies. 
- No dependencies. 
- No dependencies. 
Tags
 
                
This makes it easier to create cross-platform .NET apps and have cross platform settings.
Manage and use all settings from one PCL/NetStandard library and save natively on each platform.
**This plugin stores settings natively on each platform and does NOT save them to Json.
This allows you to use native functionality such as PreferenceActivity on Android.
Support for: Int, Int64, Double, String, DateTime, Bool, Float, Decimal, Guid
You can always serialize and deserialize a string out if needed.**.