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

Layout package

example/lib/main.dart

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

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

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

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        body: Verticale(),
      ),
    );
  }
}
0
likes
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Layout package

License

unknown (license)

Dependencies

flutter

More

Packages that depend on poupee