Vu Le

Results 31 issues of Vu Le

Today any interaction within a screen inside a BottomNavBar will open up the new screen without the BottomNavBar. We need to give user the flexibility to stay within the BottomNavBar's...

Widgets used as map marker is currently restricted to very simple widget. It doesn't show up the moment we wrapped it inside a Container (e.g. Row/Stack). It has to do...

bug

Every time we reload the studio, there is a brief moment when the default font appears. When our font finally loads, the screen jerks then the font is now correct....

needed for launch

The Visual Editor exposes some of the Flutter runtime issues. Some widgets' properties don't seem to work or they work only is specific scenarios. Need to look thorugh the entire...

Studio allows the user to enter secrets via "Settings", which are meant to be used while developing (they are completely opened to everyone to see). At build time, the user...

- Minimum: Hovering over the Tree should highlight the Flutter widget. - Can select a layer in Flutter and put the focus on the Tree - Flutter needs a special...

Currently we store custom widgets and global script in Firebase's internal_artifacts collection. We should just move it to "artifacts" collection. Work will involve: 1. on Firestore: add is_root to all...

Nvigation Menus need more flexibility: 1. navigation item can switch to a different item (default behavior) 2. selectively open a new screen that takes over the entire page (supported today...

Amin runs into the issue where on scroll the Carousel's items seem to be breaking and have some rendering issue. Example coming

Flutter will freezes and in turn causing Studio to freeze for the bellow: - use `expanded` if the ancestor is not a Row/Column/... - use "stackPositionTop/..." when not inside Stack....

needed for launch