somedialog 1.0.0 copy "somedialog: ^1.0.0" to clipboard
somedialog: ^1.0.0 copied to clipboard

outdated

Flutter package for handle a nice dialog ui using assets, netwok, and lottie

Somedialog #

License support

Flutter package for handle a nice dialog ui

Help Maintenance #

I've taken the time to make this library, help support to develop it or buy me coffee and snacks to be even more enthusiastic
Buy Me A Coffee Paypal


Dialog

Getting Started #

Setup #

Add dependency to your pubspec.yaml:

somedialog: ^{latest_version}

Basic use #

First, add an import to your code:

import 'package:somedialog/somedialog.dart';

FlatButton(
              child: Text("Show Dialog"),
              onPressed: () {
                SomeDialog(
                  context: context,
                  path: "assets/report.json",
                  mode: SomeMode.Lottie,
                  content:
                      "Please before tracking, double-check the code you entered!",
                  title: "Are you sure ?",
                  submit: () {
                  }
                );
              },
            )

SomeMode #

SomeMode
Lottie
Network
Asset
28
likes
40
pub points
27%
popularity

Publisher

unverified uploader

Flutter package for handle a nice dialog ui using assets, netwok, and lottie

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

cached_network_image, flutter, google_fonts, lottie

More

Packages that depend on somedialog