simple_sizedbox 0.0.1 copy "simple_sizedbox: ^0.0.1" to clipboard
simple_sizedbox: ^0.0.1 copied to clipboard

A Flutter package that provides convenient extensions for creating SizedBoxes with height and width using numerical values.

example/main.dart

import 'package:flutter/material.dart';
import 'package:simple_sizedbox/simple_sizedbox.dart';

void main() {
  runApp(MaterialApp(
    home: Scaffold(
      body: Column(
        children: [
          15.height,  // Paketdan foydalanish
          Container(color: Colors.blue, height: 50, width: 50),
        ],
      ),
    ),
  ));
}
1
likes
160
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides convenient extensions for creating SizedBoxes with height and width using numerical values.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on simple_sizedbox