• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wger-project / flutter / 30854254088

03 Aug 2026 09:21PM UTC coverage: 40.895% (-15.0%) from 55.93%
30854254088

Pull #1260

github

web-flow
Merge d93794de5 into e3affdd4f
Pull Request #1260: WIP: health sync

9980 of 24404 relevant lines covered (40.89%)

1.72 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

10.0
/lib/core/widgets/text_prompt.dart
1
import 'package:flutter/material.dart';
2
import 'package:wger/l10n/generated/app_localizations.dart';
3

4
class TextPrompt extends StatelessWidget {
5
  const TextPrompt();
1✔
6

7
  @override
×
8
  Widget build(BuildContext context) {
9
    return Center(
×
10
      child: Column(
×
11
        mainAxisAlignment: MainAxisAlignment.center,
12
        children: [
×
13
          Text(
×
14
            AppLocalizations.of(context).textPromptTitle,
×
15
            style: Theme.of(context).textTheme.headlineMedium,
×
16
          ),
17
          Padding(
×
18
            padding: const EdgeInsets.only(top: 12),
19
            child: Text(AppLocalizations.of(context).textPromptSubheading),
×
20
          ),
21
        ],
22
      ),
23
    );
24
  }
25
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc