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

A Flutter Widget that shows a dialog on LongPressStart and Hides on LongPressEnd.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'pages/home.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Peek And Pop Example',
      theme: ThemeData(
        primarySwatch: Colors.blue,
        visualDensity: VisualDensity.adaptivePlatformDensity,
      ),
      home: HomePage(),
    );
  }
}
3
likes
120
pub points
52%
popularity

Publisher

verified publisherhadi.wtf

A Flutter Widget that shows a dialog on LongPressStart and Hides on LongPressEnd.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable, flutter, flutter_bloc

More

Packages that depend on peek_and_pop_dialog