An open API service indexing awesome lists of open source software.

https://github.com/simc/dialogapp

A test app to demonstrate a flutter problem
https://github.com/simc/dialogapp

Last synced: 12 months ago
JSON representation

A test app to demonstrate a flutter problem

Awesome Lists containing this project

README

          

# Dialog Background Problem

You can see the problem when you click on the "Test" button.

Uncommenting this line
```dart
color: Colors.transparent
```
in the `main.dart` file leads to an error.