once icon indicating copy to clipboard operation
once copied to clipboard

Want to run a piece of code once (Once - Week - Month - Year - Any duration)? We got you.

Results 2 once issues
Sort by recently updated
recently updated
newest added

OnceBuilder loses state when hot reload, setState, open inspector and anything makes the widget rebuild I think you can fix it by replacing FutureBuilder to StatefulWidget

Closing https://github.com/MostafaSolimanMO/once/issues/26 by converting `FutureBuilder` to `StatefulWidget`. No code changes are required except `showOnEveryNewVersion` & `showOnEveryNewBuild` named parameter `key` will be unnamed and replaced by a named `Key? key` to...