Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.