flutter_beautiful_popup_forked 1.8.1
flutter_beautiful_popup_forked: ^1.8.1 copied to clipboard
A flutter package to help you beautify your app popups. Forked from 2021, now supports Material 3 & Flutter 3+
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_beautiful_popup_forkedThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_beautiful_popup_forked: ^1.8.1Alternatively, 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_forked/main.dart';
import 'package:flutter_beautiful_popup_forked/templates/Authentication.dart';
import 'package:flutter_beautiful_popup_forked/templates/BlueRocket.dart';
import 'package:flutter_beautiful_popup_forked/templates/Camera.dart';
import 'package:flutter_beautiful_popup_forked/templates/Coin.dart';
import 'package:flutter_beautiful_popup_forked/templates/Common.dart';
import 'package:flutter_beautiful_popup_forked/templates/Fail.dart';
import 'package:flutter_beautiful_popup_forked/templates/Geolocation.dart';
import 'package:flutter_beautiful_popup_forked/templates/Gift.dart';
import 'package:flutter_beautiful_popup_forked/templates/GreenRocket.dart';
import 'package:flutter_beautiful_popup_forked/templates/Notification.dart';
import 'package:flutter_beautiful_popup_forked/templates/OrangeRocket.dart';
import 'package:flutter_beautiful_popup_forked/templates/OrangeRocket2.dart';
import 'package:flutter_beautiful_popup_forked/templates/RedPacket.dart';
import 'package:flutter_beautiful_popup_forked/templates/Success.dart';
import 'package:flutter_beautiful_popup_forked/templates/Term.dart';
import 'package:flutter_beautiful_popup_forked/templates/Thumb.dart';