peaman_ui_components 0.0.2 copy "peaman_ui_components: ^0.0.2" to clipboard
peaman_ui_components: ^0.0.2 copied to clipboard

A prebuilt and highly customizable social media UI components package to be used on top of peaman package.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:peaman_ui_components/peaman_ui_components.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await Peaman.initializeApp();

  runApp(
    const PeamanApp(
      title: 'Peaman Example',
    ),
  );
}
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A prebuilt and highly customizable social media UI components package to be used on top of peaman package.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

another_flushbar, cached_network_image, country_picker, flutter, flutter_svg, fluttertoast, google_fonts, image_downloader, image_picker, linkfy_text, lottie, peaman, photo_view, provider, timeago, url_launcher

More

Packages that depend on peaman_ui_components