Pavel Dvořák
Pavel Dvořák
Tweeted picture is correctly shown when `"showImages": true` is used. But for `"showImages": false` there is no indication tweet contained a picture. Please add something like `"showImages": "links"` to show...
I was a bit surprised, that pipdeptree can not handle either extra, or test dependencies. See for example: **Expected:** ``` $ python -mpipdeptree pipdeptree==0.13.0 - pip [required: >=6.0.0, installed: 18.0]...
### :speech_balloon: Description When using package to extract pubspec.yaml values into dart file called [pubspec_extract](https://pub.dev/packages/pubspec_extract) I have three choices. Either to install and run it globally, or to use it...
When using your package, the state crashes immediately after I change theme like this: ```Dart DynamicTheme.of(context).setThemeData(Theme.of(context).copyWith( primaryColor: Colors.red, accentColor: Colors.red )); ``` This is the stack: ``` I/flutter (10924): ══╡...
When changing theme using this package, not everything is changed properly, e.g. FloatingActionButtons remain with the old color. My code: ```Dart DynamicTheme.of(context).setThemeData(Theme.of(context).copyWith( primaryColor: Colors.red, accentColor: Colors.red )); ```
I tried numerous ways from the docs, but none of them allowed me to just show Picker() in the place I needed without any modal/dialog/box. There should be such way...
Today, I switched between old and discontinued widget.dart bootstrap implementation and bootjack bootstrap implementation. Everything is working better, than discontinued widget.dart library, but there are two problems (this and #22...
Today, I switched between old and discontinued widget.dart bootstrap implementation and bootjack bootstrap implementation. Everything is working better, than discontinued widget.dart library, but there are two problems (this and #23...
Similarly to onAudioPositionChanged and onDurationChanged
Subject: more than one target found for cross reference should prefer current file's method over other libraries methods ### Problem - When building HTML of our project, Sphinx outputs cca...