FlutterWidgetGuide
FlutterWidgetGuide copied to clipboard
assembleDebug failed with exit code 1
Running "flutter pub get" in FlutterWidgetGuide... 0.4s
Launching lib/main.dart on Android SDK built for x86 in debug mode...
E/flutter (29824): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: 'package:flutter/src/widgets/page_view.dart': Failed assertion: line 179 pos 7: 'positions.isNotEmpty': PageController.page cannot be accessed before a PageView is built with it.
[38;5;244mE/flutter (29824): #0 _AssertionError._doThrowNew (dart:core-patch/errors_patch.dart:40:39)[39;49m
[38;5;244mE/flutter (29824): #1 _AssertionError._throwNew (dart:core-patch/errors_patch.dart:36:5)[39;49m
[38;5;244mE/flutter (29824): #2 PageController.page[39;49m
[38;5;248mE/flutter (29824): #3 CarouselState.initState.