0 purchases
beauty 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
copied to clipboard
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,
),
)
],
),
);
}
}
copied to clipboard
Additional information #
TODO: for more info contact us
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.