bmi_calculator icon indicating copy to clipboard operation
bmi_calculator copied to clipboard

BMI Calculator app designed by Johny Vino

Results 7 bmi_calculator issues
Sort by recently updated
recently updated
newest added

Hello MarcinusX, your repo is very helpful for beginner. So I upgrade it to Null Safety.

Resolving dependencies... 9.7s Compiler message: /C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.5.5+1/lib/src/picture_provider.dart:312:20: Error: The argument type 'String' can't be assigned to the parameter type 'DiagnosticsNode'. - 'DiagnosticsNode' is from 'package:flutter/src/foundation/diagnostics.dart' ('/C:/flutter/packages/flutter/lib/src/foundation/diagnostics.dart'). Try changing the type of...

See error code.... 03:15:21.315 44 info flutter.tools Try changing the type of the parameter, or casting the argument to 'DiagnosticsNode'. 03:15:21.315 45 info flutter.tools context: 'in _getDefinitionPaint', 03:15:21.315 46 info...

The following assertion was thrown building GenderCard(dirty, dependencies: [MediaQuery], state: _GenderCardState#eeae4): 'package:flutter/src/widgets/transitions.dart': Failed assertion: line 125 pos 15: 'listenable != null': is not true. Either the assertion indicates an error...

The app should now build and launch on a simulator. Please leave your comments if you want me to make changes to this PR

Yeah I know FlutterDriver feels a lot like Selenium-1 (RC) and not much like Selenium-2+ (WebDriver) but it is the only way for now - If we're teaching people we...