Nikita Sirovskiy

Results 110 issues of Nikita Sirovskiy

**Describe the bug** Unable to use the `GetNavigator` for nested navigation. **Reproduction code** I've made a tiny repro project. It is placed in [this repo](https://github.com/nivisi/GetNavigatorIssue). The snippet of `GetNavigator` usage:...

Hey! My app requires rounded corner only on the right top of the scaffold. But only the border radius specifiable, and it affects both top and bottom corners. It would...

## The problem When creating a screen, sometimes we need to add a lot of top-level configuration widgets: ```dart // screen.dart @override Widget build(BuildContext context) { // 1 return FocusScopeDismissible(...

Resolves #75 https://user-images.githubusercontent.com/33932162/196884333-820c6353-a4ad-454c-a443-8571aad268d3.mov

Resolves #72 - Also introduces PresentationExtensions - Moved `isWithinMaxLines` to these extensions

```dart Size getSize( TextStyle style, { int maxLines = 1, double minWidth = .0, double maxWidth = double.infinity, }) { if (isNullOrBlank) { return Size.zero; } final text = TextSpan(text:...