salon_card

Creator: coderz1093

Last updated:

0 purchases

salon_card Image
salon_card Images
Add to Cart

Description:

salon card

salon card app package
Features #

beauty design card
simple use

Getting started #
dependencies:
salon_card: ^0.0.1
copied to clipboard
Usage #
import 'package:flutter/material.dart';

import '../salon_card.dart';
class Home extends StatelessWidget {
const Home({Key? key}) : super(key: key);

@override
Widget build(BuildContext context) {
return Scaffold(
body: Column(
children: [
SalonCard(
title: "HEBLAAYO SALON",
image: Image.network("url"),
)
],
),
);
}
}
copied to clipboard
Additional information #
for more info contact us.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator