flutter_beautiful_popup 1.7.0 copy "flutter_beautiful_popup: ^1.7.0" to clipboard
flutter_beautiful_popup: ^1.7.0 copied to clipboard

A flutter package to help you beautify your app popups.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_beautiful_popup

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_beautiful_popup: ^1.7.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_beautiful_popup/main.dart';
import 'package:flutter_beautiful_popup/templates/Authentication.dart';
import 'package:flutter_beautiful_popup/templates/BlueRocket.dart';
import 'package:flutter_beautiful_popup/templates/Camera.dart';
import 'package:flutter_beautiful_popup/templates/Coin.dart';
import 'package:flutter_beautiful_popup/templates/Common.dart';
import 'package:flutter_beautiful_popup/templates/Fail.dart';
import 'package:flutter_beautiful_popup/templates/Geolocation.dart';
import 'package:flutter_beautiful_popup/templates/Gift.dart';
import 'package:flutter_beautiful_popup/templates/GreenRocket.dart';
import 'package:flutter_beautiful_popup/templates/Notification.dart';
import 'package:flutter_beautiful_popup/templates/OrangeRocket.dart';
import 'package:flutter_beautiful_popup/templates/OrangeRocket2.dart';
import 'package:flutter_beautiful_popup/templates/RedPacket.dart';
import 'package:flutter_beautiful_popup/templates/Success.dart';
import 'package:flutter_beautiful_popup/templates/Term.dart';
import 'package:flutter_beautiful_popup/templates/Thumb.dart';
153
likes
60
pub points
89%
popularity

Publisher

unverified uploader

A flutter package to help you beautify your app popups.

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

auto_size_text, flutter, image

More

Packages that depend on flutter_beautiful_popup