sy_customs 0.1.49 copy "sy_customs: ^0.1.49" to clipboard
sy_customs: ^0.1.49 copied to clipboard

A Flutter package that contains custom widgets.

This package helps to use our custom widgets and functions in varius situations

Features #

- create custom widgets
- create custom functions

Getting started #

import 'package:sy_customs/sy_customs.dart';

Usage #

void syCustomLoadingBox(BuildContext context, String title) {
  showDialog(
    context: context,
    builder: (BuildContext context) {
      return AlertDialog(
        title: Text(title),
        content: const LinearProgressIndicator(),
      );
    },
  );
}

Additional information #

if you have any issues or sugestions to this package feel free to contact sydeveloperslk@gmail.com

1
likes
115
points
806
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that contains custom widgets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, flutter_svg, fluttertoast, gap, http, intl, shared_preferences, swipeable_button_view

More

Packages that depend on sy_customs