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

poc ci cd.

example/main.dart

import 'package:flutter/material.dart';
import 'package:poc_cicd/custom_container.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(title: const Text('Custom Container Example')),
        body: const Center(
          child: CustomContainer(
            width: 150,
            height: 150,
            color: Colors.green,
            child: Icon(Icons.star, color: Colors.white),
          ),
        ),
      ),
    );
  }
}
0
likes
0
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

poc ci cd.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on poc_cicd