Khalid Mahmood

Results 5 issues of Khalid Mahmood

`` `Legal name *` Above code generates hint label with red * but in this library using same hint label * shows but color doesn't.

is it work with form ?

Dio 4.0 have major changes regarding to 3.0 Can you please update Tutorial and code accordingly. I Am New to Flutter any help would be appreciated

maxFileSize validation does not work when [multiple] attribute is added to file input. maxFileSize only works with Single File not with multiple files. I want to limit any files size...

private Modal _modal = default!; ....... var parameters = new Dictionary() { {"OnCancel", new EventCallbackFactory().Create(this, OnModalCancel)}, {"OnSuccessful", new EventCallbackFactory().Create(this, AddSuccessful)} }; await _modal.ShowAsync(Title = "Add Category", parameters: parameters); ...... call...

area-modal