devdennysegura / flutter-netflix-clone

152 stars 66 forks source link

Compiler error #8

Closed kentaro989 closed 3 years ago

kentaro989 commented 4 years ago

i got this error

/C:/src/flutter/.pub-cache/git/fluro-d1a5e9c8aa02185e9533f1e8246d4e4938bd9cd5/lib/src/router.dart:38:47: Error: This expression has type 'void' and can't be used. bool pop(BuildContext context) => Navigator.pop(context); ^

FAILURE: Build failed with an exception.

BUILD FAILED in 6s Exception: Gradle task assembleDebug failed with exit code 1

how to fix it?

esQmo commented 3 years ago

You need Fluro1.6.0+ if you're using Flutter >= 1.12. Fixed mine by using Fluro from the original repo, not the fork from this project