gskinnerTeam / flutter_vignettes

A collection of fun Flutter experiments, created by gskinner, in partnership with Google.
https://flutter.gskinner.com
MIT License
4.58k stars 1k forks source link

[Constellation Vignette] This expression has type 'void' and can't be used #16

Closed DigitalSolomon closed 8 months ago

DigitalSolomon commented 4 years ago

In the constellation vignette, I'm getting this compilation error:

.../lib/widgets/nested_navigator.dart:23:29: Error: This expression has type 'void' and can't be used.
          return !navigator.pop();

This is running on Flutter (Channel stable, v1.17.4, on Mac OS X 10.14.5 18F132, locale en-US).

Black-water-side commented 1 year ago

me too!

esDotDev commented 8 months ago

Fixed with #25