matanlurey/flitch

Constructor has no named parameter with the name 'hideDivider'

deehuey opened this issue · 0 comments

➜  flitch git:(master) flutter run
Running "flutter packages get" in flitch...                  1.7s
Launching lib/main.dart on iPhone X in debug mode...
compiler message: lib/src/screens/search.dart:34:19: Error: Constructor has no named parameter with the name 'hideDivider'.
compiler message:                   hideDivider: true,
compiler message:                   ^^^^^^^^^^^
compiler message: file:///Users/dan/code/flutter/packages/flutter/lib/src/material/input_decorator.dart:1727:9: Context: Found this candidate, but the arguments don't match.
compiler message:   const InputDecoration({
compiler message:         ^
Compiler failed on lib/main.dart
Error launching application on iPhone X.