nhwilly
nhwilly
The impressive part of this package is the documentation and fully filled out examples. The number of "counter" apps that really don't tell you about localization, authentication and other real...
I'll just point out some things that I think I'll have to work out: - Centralized web api calls that can handle an authentication failure (401), prompt the user for...
Saw some recent changes. They look great.
I had the same problem with Xamarin Forms. Love the idea and the MS team, but I fought the tooling for a year before I gave up. I've actually been...
Easy stuff. There is no new keyword. That went away some time ago. You’ll get used to it. There are some great initializer shortcuts, including some new ones for collections....
``` public class DartDateTimeConverter : IsoDateTimeConverter { public DartDateTimeConverter() { DateTimeFormat = "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFK"; } } ``` Note the format only has six positions for fractional seconds.
Stupid browser...
Me, too. I just recreated it manually
Same is happening to me. There seems to be Blazor.Cropper and Cropper.Blazor depending on where I'm looking... 