zerom 0.0.2 copy "zerom: ^0.0.2" to clipboard
zerom: ^0.0.2 copied to clipboard

outdated

Extension Package

Context Extension #

It can enable you to write better code using the power of context.

width:context.dynamicWidth(val),

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      body: Container(
        height: context.dynamicHeight(0.1),
        width: context.dynamicWidth(0.5),
        color: context.colorScheme.onBackground,
        child: Text("extension", style: context.theme.textTheme.titleLarge),
      ),
    );
  }
3
likes
0
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

Extension Package

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on zerom