Mateusz Perlak

Results 11 issues of Mateusz Perlak

See: https://flutter.dev/docs/testing/code-debugging#logging use: ``` import 'dart:developer' as developer; developer.log( 'log me', name: 'my.app.category', error: jsonEncode(myCustomObject), ); ```

We can use multiple CustomFormatTrees per each logLevels. We can create static method to define those with single `plantMultipleTrees`

Also check directories and subdirectories createions. Add those to example

Add optional parameter to `mute` and `unmute` methods that would say which log Tree the action should be limited to. Add optional Tree's id as String to better identify it....

I used background alpha for this - not sure if that is good solution

For gradient export it uses `HorizontalGradient` which doesn't exits in latest version. Can be replaced with `brush = Brush.horizontalGradient`

stacktrace: ``` 2019-06-01 07:59:17.358 29040-29081/com.example.path_manager I/flutter: ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ 2019-06-01 07:59:17.375 29040-29081/com.example.path_manager I/flutter: The following _CompileTimeError was thrown building LayoutBuilder: 2019-06-01 07:59:17.375 29040-29081/com.example.path_manager I/flutter: 'package:responsive_scaffold/templates/3-column/three_column_navigation.dart': error:...

question

Maybe add factory methods to give text (what is doing currently), but let developer option to put the profile view (middle) as widget.

enhancement