You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flutter test --coverage --coverage-path ./coverage/lcov.info
deps: pubspec.yaml
flutter packages get -v
reformatting:
dartfmt -w lib/ test/
build-local: reformatting build
genhtml -o coverage coverage/lcov.info
lcov --list coverage/lcov.info
lcov --summary coverage/lcov.info
open coverage/index.html
pana:
pana -s path .
docs:
rm -rf doc
pub global run dartdoc --exclude 'dart:async,dart:collection,dart:convert,dart:core,dart:developer,dart:io,dart:isolate,dart:math,dart:typed_data,dart:ui,dart:html_common,dart:ffi,dart:html,dart:js,dart:js_util' --ignore 'ambiguous-doc-reference' --sdk-dir '${FLUTTER_ROOT}/bin/cache/dart-sdk'