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

my beautfull fancy card.

TODO: fancy card ka hel design qurux bdn oo ku cajibya.

Features #

  • Beautyful desein
  • fancy card

Getting started #

dependencies:
  beauty_card: ^0.0.1

Usage #

  • halkaan waxaa ka isticaamli kartaa design-keena ee fancy card
<tr>
<img src="https://raw.githubusercontent.com/ahmed-moha/jtech_doctor_appointment/main/assets/images/icons/appIcon.png?token=GHSAT0AAAAAABXTGLPWQPENSUXRXKWR4TKMYYMPYTA"/>
</tr>

import 'package:flutter/material.dart';

class Home extends StatelessWidget {
  const Home({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(
        title: const Text("Fancy Card"),
        centerTitle: true,
      ),
      body: Column(
        children: [
          FancyCard(
            title: "Barbella Beauty",
            image: Image.network(
              "https://blog.logrocket.com/wp-content/uploads/2022/02/Best-IDEs-Flutter-2022.png",
              fit: BoxFit.cover,
            ),
          )
        ],
      ),
    );
  }
}

Additional information #

TODO: for more info contact us

0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

my beautfull fancy card.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on beauty_card