salon card app package

Features

  • beauty design card
  • simple use

Getting started

dependencies:
  salon_card: ^0.0.1

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"),
          )
        ],
      ),
    );
  }
}

Additional information

for more info contact us.

Libraries

salon_card