testing library
Widget-test helpers for Mantle.
import 'package:mantle_core/testing.dart';
Extensions
- MantleTester on WidgetTester
- Pumps widget under a MantleProvider with Directionality.
Functions
-
mantleTestPalette(
int seed) → MantleColor -
10-shade palette whose red channel is
seed. -
testTheme(
{MantleColors? colors, MantleIcons? icons, MantleTypography? typography, MantleSpacing? spacing, MantleRadius? radius, MantleShadow? shadows, MantleBreakpoint? breakpoints, DelegateRegistry? components, ComponentDefaults? componentDefaults, String? debugName, String? primaryColor, MantleShade? primaryShade, MantleSize? defaultRadius, MantleGradient? defaultGradient, MantleTheme? baseline}) → MantleTheme -
Compact theme for tests. Includes
blue,red, andgraypalettes.