Viktor Kadza
Viktor Kadza
yes, 
i think, i can do this with extra textfieldcontroller , but would be nice if there would be some inbuilt 'on invalid submit' mechanics. For example the textfield returns to...
ok, i just miss understood the naming of the switchtile widgets. The name initialvalue , is the actual switch value. ` SettingsTile.switchTile( initialValue: controller.darkTheme.value, onToggle: (s) => controller.darkTheme.value = s,...
Not sure what is wrong in your, code , seems good to me. I am using GetX package, which don't use statefull class to change states. try to move setState...
you can try minify all your classes in one single file and copy/paste the code at the start of your file. then write some logic for interop.
```cs public string GetHTMLstring() { var html = new HtmlDocument(); html.AddHead(); html.AddBody(); var head = html.Head; var body = html.Body; var table = new HtmlElement("table"); var thead = new HtmlElement("thead");...
This is js proplem from web part. There is no way to stop the websockets from dart side. On the other hand, when flutter hotreloads, it dont refresh the browser....