MobileEssentials / DynamicForms

Makes Xamarin.Forms more dynamic, by allowing loading of XAML for views, and Json for bi-directionally bindable view models
MIT License
41 stars 23 forks source link

Nuget is far behind the source code here eg. Doesn't include DictionaryModel #3

Open buzzware opened 8 years ago

buzzware commented 8 years ago

I would like to use this project, but I'm not super experienced with Xamarin and Nuget and I don't know how to use an unbuilt nuget or build one. This project is particularly painful to use without a nuget release because it has multiple projects for platforms.

In particular DictionaryModel is the only example I've found of a dynamic bindable object in Xamarin.

Please, please do a new nuget build and release.

kzu commented 8 years ago

What platform are you targeting? On Sat, Mar 5, 2016 at 8:44 PM buzzware notifications@github.com wrote:

I would like to use this project, but I'm not super experienced with Xamarin and Nuget and I don't know how to use an unbuilt nuget or build one. In particular DictionaryModel is the only example I've found of a dynamic bindable object in Xamarin.

Please, please do a new nuget build and release.

— Reply to this email directly or view it on GitHub https://github.com/MobileEssentials/DynamicForms/issues/3.

buzzware commented 8 years ago

iOS and Android

On Mon, Mar 7, 2016 at 7:57 AM, Daniel Cazzulino notifications@github.com wrote:

What platform are you targeting? On Sat, Mar 5, 2016 at 8:44 PM buzzware notifications@github.com wrote:

I would like to use this project, but I'm not super experienced with Xamarin and Nuget and I don't know how to use an unbuilt nuget or build one. In particular DictionaryModel is the only example I've found of a dynamic bindable object in Xamarin.

Please, please do a new nuget build and release.

— Reply to this email directly or view it on GitHub https://github.com/MobileEssentials/DynamicForms/issues/3.

— Reply to this email directly or view it on GitHub https://github.com/MobileEssentials/DynamicForms/issues/3#issuecomment-193018340 .


Gary McGhee Lead Developer and Owner Buzzware Solutions buzzware.com.au 0478 218 812

ChaseCarlile commented 8 years ago

is there an example of how to use the dictionarymodel anywhere? I don't see anything other than the unit tests