aloisdeniel / aloisdeniel/bluff
Example app is not working
- Linguagem predominante
- Dart
- Estrelas
- 95
- Forks
- 10
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Hello!
Tried running the example, could not. Here is what fixed it for me:
```patch
diff --git a/lib/src/app.dart b/lib/src/app.dart
index 7cdc637..5927d7b 100644
--- a/lib/src/app.dart
+++ b/lib/src/app.dart
@@ -159,7 +159,7 @@ class Application extends Widget {
data: MediaQueryData(size: mediaSize),
child: Builder(
builder: (context) => Theme(
- data: theme(context),
+ data: theme ?? ThemeData.base(context),
child:
builder != null ? builder(context, currentRoute) : currentRoute,
),
```
A quick `git apply` to this and you are golden ;)
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.