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

Platformweb

Layout package

example/lib/main.dart

import 'package:flutter/material.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
125
points
--
downloads

Publisher

unverified uploader

Layout package

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on poupee