Rutvik Tak

Results 14 issues of Rutvik Tak

I'm trying to run the **Flutter Attach to Process** as said to support hot reload and hot restart. I've the examples app running but the this process is getting stuck...

**Description** The current search for bricks through mason, allows one to search bricks present on brickhub.dev . I would love to see search on bricks installed globally on users system....

## Status **IN DEVELOPMENT** ## Description Allows to search bricks installed globally on users system and generate a brick by selecting one from search results. Solves #505 Preview : https://user-images.githubusercontent.com/65209850/187836582-fba6e85d-f17e-4db7-ba23-88a299add36a.mp4...

I'm trying to compare two floats here as seen in below glsl code, `y` is pre-calculated or assigned. ``` vec4 fragment(in vec2 uv,in vec2 fragCoord){ float y=1.; vec3 finalColor=y==1.?vec3(.5176,.3059,.3059):vec3(0.); return...

bug

### **Issue:** Currently, the following patterns of text are being identified as url when `looseUrl` option is true when using `linkify`. ```dart pattern1 -> 'awdaw....aw' pattern2 -> 'awdaw...wad...wadw' and so...

Hey, thanx for this awesome desktop support!🙏 I was checking out the **example** project and found most of the **nativeshell classes having import conflicts with Flutter 3.0.1 inbuilt classes with...

Currently, the interaction area for the text selection handles and the text field caret are smaller than the one seen in native iOS text fields. This smaller interaction area makes...

area_supertextfield
bounty_junior
f:superlist
time:2

`SuperIOSTextField` text selection handles doesn't follow the native iOS design specs as documented [here](https://docs.google.com/document/d/1g7qHcknab9Av4kxw78145wyVrj5wF5_UEGyzt8Exhzk/edit). This includes the text selection handle bar and the circle that is shown above/below the handle....

area_supertextfield
platform_ios
bounty_junior
f:superlist
time:2

### **Issue:** `SuperEditor` or `SuperReader` doesn't create an internal scrollable when an ancestor scrollable is present but isn't an direct parent of the editor and constraints passed down to the...

type_bug

[SuperEditor][SuperReader] Adds tests editor's scrolling when present within parent scrollable (Related #120) This PR adds tests for locking down the behaviour for `SuperEditor` and `SuperReader` for the following scenario: When...

area_supereditor
area_super_reader