runceel / ReactiveProperty

ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target frameworks are .NET 6+, .NET Framework 4.7.2 and .NET Standard 2.0.
MIT License
903 stars 101 forks source link

Package for maui? #439

Closed Strypper closed 1 year ago

Strypper commented 1 year ago

I see you have a lot of packages out there, but which one are for MAUI?

runceel commented 1 year ago

@Strypper There are no any packages for MAUI specific version. You can use ReactiveProperty package or ReactiveProperty.Core package on MAUI because the packages are built for .NET 7.

runceel commented 1 year ago

@Strypper If you have another question, feel free create or reopen an issue.