• Stars
    star
    651
  • Rank 66,838 (Top 2 %)
  • Language
    Dart
  • License
    MIT License
  • Created over 5 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Flutter package for a quick and handy giffy dialog.

πŸ‘ Giffy Dialogs

Say Thanks! Twitter

A beautiful and custom alert dialog for flutter highly inspired from FancyAlertDialog-Android.

The source code is 100% Dart, and everything resides in the /lib folder.

Show some ❀️ and star the repo to support the project

GitHub stars GitHub forks GitHub watchers GitHub followers
Twitter Follow

Open Source Love License Build Status CodeCov

πŸ’» Installation

In the dependencies: section of your pubspec.yaml, add the following line:

Version

dependencies:
  giffy_dialog: <latest version>

❔ Usage

Import this class

import 'package:giffy_dialog/giffy_dialog.dart';

Network giffy dialog

Network

onPressed: () {
  showDialog(
  context: context,builder: (_) => NetworkGiffyDialog(
    imageUrl:"https://raw.githubusercontent.com/Shashank02051997/
              FancyGifDialog-Android/master/GIF's/gif14.gif",
    title: Text('Granny Eating Chocolate',
            textAlign: TextAlign.center,
            style: TextStyle(
            fontSize: 22.0,
            fontWeight: FontWeight.w600)),
    description:Text('This is a granny eating chocolate dialog box.
          This library helps you easily create fancy giffy dialog',
          textAlign: TextAlign.center,
        ),
    entryAnimation: EntryAnimation.BOTTOM_TOP,
    onOkButtonPressed: () {},
  ) );
}

Flare giffy dialog

Flare

onPressed: () {
  showDialog(
  context: context,builder: (_) => FlareGiffyDialog(
    flarePath: 'assets/space_demo.flr',
    flareAnimation: 'loading',
    title: Text('Space Reloading',
           style: TextStyle(
           fontSize: 22.0, fontWeight: FontWeight.w600),
    ),
    description: Text('This is a space reloading dialog box.
          This library helps you easily create fancy flare dialog.',
          textAlign: TextAlign.center,
          style: TextStyle(),
        ),
    entryAnimation: EntryAnimation.DEFAULT,
    onOkButtonPressed: () {},
  ) );
}

Asset giffy dialog

Asset

onPressed: () {
  showDialog(
  context: context,builder: (_) => AssetGiffyDialog(
    imagePath: 'assets/men_wearing_jacket.gif',
    title: Text('Men Wearing Jackets',
            style: TextStyle(
            fontSize: 22.0, fontWeight: FontWeight.w600),
    ),
    description: Text('This is a men wearing jackets dialog box.
          This library helps you easily create fancy giffy dialog.',
          textAlign: TextAlign.center,
          style: TextStyle(),
        ),
    entryAnimation: EntryAnimation.RIGHT_LEFT,
    onOkButtonPressed: () {},
  ) );
}

πŸ‘ How to Contribute

If you are interested in contributing to the project, please read Contributing guide and let us know!

Contributors ✨

Thanks goes to these wonderful people (emoji key):


ArtemKolichenkov

πŸ“– πŸ€”

Alex Fierro

πŸ’»

Kasidech C.

πŸ’»

Jai Sachdeva

πŸ’¬

Tarekk Mohamed Abdalla

πŸ’»

madhukesh_048

⚠️

dpedrinha

πŸ’»

Nate

πŸ’» πŸ’‘

Alex

πŸ’»

jritchie

πŸ’»

Saad Bin Shahid

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

πŸ“ƒ License

Copyright (c) 2019 Sahil Kumar

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

More Repositories

1

before_after

A flutter package which makes it easier to display the difference between two images.
Dart
857
star
2

fancy_on_boarding

Fancy OnBoarding Screen Library
Dart
361
star
3

super_enum

Create super-powered dart enums similar to sealed classes in Kotlin
Dart
118
star
4

flutter_network_handling

Handling Network Calls like a Pro in Flutter
Dart
94
star
5

multi_trigger_autocomplete

A flutter widget to add trigger based autocomplete functionality to your app.
Dart
85
star
6

Flutter-News-Reader

News Reader App to fetch Articles from different news channels using Flutter.
Dart
85
star
7

super_paging

Add pagination or load more or infinite scrolling functionality to your flutter list view with ease.
Dart
29
star
8

BmiChecker

A basic flutter application to check BMI of an person.
Dart
17
star
9

MovieMania

An Android app to view details about the top rated and new movies. It uses themoviedb.org to fetch details about the movies.
Java
16
star
10

Shared-Animation

This project implements (Custom Dialog + Shared Transition).
Java
8
star
11

jwelery_kart

Dart
8
star
12

flutter_phone_auth

Dart
8
star
13

MemeLord

An Android app which provides a healthy competition between the users to post Memes and rank to the top of the leader board and become the ultimate MEME LORD.
Java
8
star
14

BigChef

Android App to view recipes and their steps + Ingredients (Exoplayer)
Java
7
star
15

Flutter-Basic-Template

Dart
5
star
16

FAFlutterPackages

Dart
5
star
17

BuildItBigger

Udacity Nanodegree Project 4
Java
4
star
18

CircularRevealDemo

Java
4
star
19

BasicAppLock

Java
4
star
20

The-Audical-App

Kotlin
4
star
21

LauncherHomeLock

Java
4
star
22

NewsReader

An app by which you can read latest news
Java
4
star
23

stream_feed_dart

Dart
3
star
24

Easyly

A personal assistant for your day to day tasks.
Java
3
star
25

GithubActionTest

Dart
3
star
26

Simple-Firebase-Email-Authentication

Firebase Email Authentication+Verification
Java
3
star
27

MotionLayoutPlayground

Kotlin
3
star
28

FaCozy

Sample native android project which communicates with a flutter module
Dart
3
star
29

Scheduler

silent scheduler
Java
3
star
30

Pratra

Simple Food Ordering App...
Java
3
star
31

NavigationDrawerWithTabActivity

One Of the most used activity all over the world which contains a navigation drawer and a tab Activity.
Java
3
star
32

PicknDrop

An app to check route between two different places
Java
3
star
33

PikaPlay

2
star
34

ds_algo

Dart
2
star
35

Chromium-Android

1
star
36

in_app_review

Kotlin
1
star