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

Salon Card package.

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.

0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Salon Card package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on salon_card