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

Duit-Foundation / duit_kernel / 20883911952

10 Jan 2026 08:25PM UTC coverage: 75.211% (-1.5%) from 76.681%
20883911952

Pull #52

github

web-flow
Merge 89219da40 into b1348d3d1
Pull Request #52: feat: New capabilities

3 of 66 new or added lines in 9 files covered. (4.55%)

2 existing lines in 2 files now uncovered.

1781 of 2368 relevant lines covered (75.21%)

4.88 hits per line

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

0.0
/lib/src/capabilities/native_module_capability.dart
1
import "package:duit_kernel/duit_kernel.dart";
2
import "package:duit_kernel/src/capabilities/driver_ref.dart";
3
import "package:meta/meta.dart";
4

5
mixin NativeModuleCapabilityDelegate implements DriverRefHolder {
NEW
6
  @override
×
7
  @mustBeOverridden
8
  void linkDriver(UIDriver driver) => throw const MissingCapabilityMethodImplementation(
9
        "linkDriver",
10
        "NativeModuleCapabilityDelegate",
11
      );
12

NEW
13
  @mustBeOverridden
×
14
  Future<void> initNativeModule() => throw const MissingCapabilityMethodImplementation(
15
        "initNativeModule",
16
        "NativeModuleCapabilityDelegate",
17
      );
18
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc