Nhat Minh
Nhat Minh
Can we make it that the slider would work regardless of the current chosen color? https://user-images.githubusercontent.com/51567674/171574136-a181549a-ba0d-4d9a-9713-5f5e461a2cf3.mov
**Describe the bug** Cannot change window's height in code view mode on web https://user-images.githubusercontent.com/51567674/180735754-ca8311d7-0b5c-4160-8d70-a25e941368f5.mov
**Describe the bug** The codeview auto reformat the code, which is not desired sometimes. **To Reproduce** Steps to reproduce the behavior: 1. Use sample HTML code like this ``` Event...
**Most images cannot render on web while being rendered normally on mobile** Sample code: ``` import 'package:flutter/material.dart'; import 'package:flutter_widget_from_html/flutter_widget_from_html.dart'; void main() => runApp(const MyApp()); class MyApp extends StatelessWidget { const...
When I declare enums with underscore and number their name comes out incorrectly. ```yaml ExampleEnum: title: "exampleEnum" description: "Example enum" type: "string" enum: - "EXAMPLE_ENUM_1" - "EXAMPLE_ENUM_2" - "EXAMPLE_ENUM_NO_NUMBER" ```...