Ryan Langton
Ryan Langton
Same issue here
Are there any alternative flutter firebase geo query libraries that do this? Yes I need geo querying, but I also need many additional queries on top of that (search all...
I find readonly scopes to be particularly "magic" in their usage. ``` public UserDto GetUser(Guid userId) { using (var dbContextScope = _dbContextScopeFactory.CreateReadOnly()) { var user = _userRepository.Get(userId); var userDto =...
The onMove solution doesn't work if the window is resized, changing the number of items shown in the carousel
Same, if I'm using the FormMixin I can't set the status it only returns valid or invalid and the other statuses are unusable.. seems odd if intentional.
Is this going to be pushed to pub.dev?