Pavittar Singh

Results 4 issues of Pavittar Singh

With the default Navigator, we can do `Navigator.of(context).pushAndRemoveUntil(newPage, (route) => false);` which will push the `newPage` widget and pop all the rest essentially resetting the stack. Is there a way...

question

## Describe the feature This feature would be able to delete an object, its related objects, and its related objects' related objects. For example, say you have a `User` model,...

type:question
type:feature_request

### Description After installing the package into my SwiftUI project, I am unable to preview my views within Xcode. I get the following error: ``` HumanReadableSwiftError SettingsError: noExecutablePath() ``` When...

needs repro

The length validators didn't consider the length of a string which has emojis. They'd count an emoji as two characters which is incorrect from the user's perspective. I changed all...