ChivialK
ChivialK
Cannot work on Android Studio Chipmunk 2021.2.1 Is there any other way to execute the script, like a command line or any folder path I can replace to make this...
I have a simple router like this: ```dart import 'package:auto_route/auto_route.dart'; import 'package:flutter/material.dart' hide Route; import 'package:flutter_template_auto_route/screens/content_screen.dart'; import 'package:flutter_template_auto_route/screens/home_screen.dart'; ... AutoRoute( path: '/home', page: HomeRoute.page, initial: true, children: [ AutoRoute(path: 'content/:index',...
Simply calling ```dart Marquee( text: snapshot.data, ); ``` causes exception: ```dart 2020-01-20 17:11:59.552 E/flutter: [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: NoSuchMethodError: The method 'toDouble' was called on null. Receiver: null Tried calling: toDouble()...