gap2 1.0.0 copy "gap2: ^1.0.0" to clipboard
gap2: ^1.0.0 copied to clipboard

A small but powerful Flutter layout primitive for intentional spacing.

example/lib/main.dart

import 'package:example/src/example_home_page.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const Gap2ExampleApp());
}

class Gap2ExampleApp extends StatelessWidget {
  const Gap2ExampleApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(title: 'gap2 example', home: const ExampleHomePage());
  }
}
4
likes
160
points
130
downloads

Publisher

verified publisherfedeluba.dev

Weekly Downloads

A small but powerful Flutter layout primitive for intentional spacing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on gap2