LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : import 'package:flutter/material.dart'; 2 : 3 : /// A widget used in tests to check that the [AppWidget.homePage] appears in 4 : /// the widget tree, as expected. 5 : class EmptyHomePage extends StatelessWidget { 6 1 : const EmptyHomePage({Key? key}) : super(key: key); 7 : 8 0 : @override 9 : Widget build(BuildContext context) { 10 0 : return Container(); 11 : } 12 : } |
![]() |
Generated by: LCOV version 1.13 |