{"id":21292859,"url":"https://github.com/shashank02051997/fancyflashbar-android","last_synced_at":"2025-07-11T16:31:52.687Z","repository":{"id":50449568,"uuid":"146114941","full_name":"Shashank02051997/FancyFlashbar-Android","owner":"Shashank02051997","description":"Make your native Snackbar and Toast Fancy. A library that takes the standard Snackbar and Toast to the next level with a variety of styling options.  A highly customizable, powerful and easy-to-use alerting library for Android. This library allows you to show messages or alerts in your app quickly and easily.","archived":false,"fork":false,"pushed_at":"2022-07-29T07:55:29.000Z","size":2881,"stargazers_count":51,"open_issues_count":0,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-24T08:19:12.348Z","etag":null,"topics":["android","android-lib","android-library","android-ui","java","material-design","material-ui","snackbar","ui-widget"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shashank02051997.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-25T17:17:08.000Z","updated_at":"2024-01-02T09:43:57.000Z","dependencies_parsed_at":"2022-09-06T11:10:48.556Z","dependency_job_id":null,"html_url":"https://github.com/Shashank02051997/FancyFlashbar-Android","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shashank02051997%2FFancyFlashbar-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shashank02051997%2FFancyFlashbar-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shashank02051997%2FFancyFlashbar-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shashank02051997%2FFancyFlashbar-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shashank02051997","download_url":"https://codeload.github.com/Shashank02051997/FancyFlashbar-Android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225741203,"owners_count":17516895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-lib","android-library","android-ui","java","material-design","material-ui","snackbar","ui-widget"],"created_at":"2024-11-21T13:52:25.867Z","updated_at":"2024-11-21T13:52:26.610Z","avatar_url":"https://github.com/Shashank02051997.png","language":"Kotlin","funding_links":["https://www.buymeacoffee.com/mXUuDW7"],"categories":[],"sub_categories":[],"readme":"\n# Fancy Flashbar\n\n[![platform](https://img.shields.io/badge/platform-Android-yellow.svg)](https://www.android.com)\n[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?style=flat-square)](https://www.apache.org/licenses/LICENSE-2.0.html) \n[![](https://jitpack.io/v/Shashank02051997/FancyFlashbar-Android.svg)](https://jitpack.io/#Shashank02051997/FancyFlashbar-Android)\n[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-FancyFlashbar--Android-green.svg?style=flat )]( https://android-arsenal.com/details/1/7108 )\n [![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=plastic)](https://android-arsenal.com/api?level=21)\n\nMake your native Snackbar Fancy. A library that takes the standard Snackbar to the next level with a variety of styling options. A highly customizable, powerful and easy-to-use alerting library for Android. This library allows you to show messages or alerts in your app quickly and easily.\n\nThis library allows you to show messages or alerts in your app **quickly and easily**. It can be used as an alternative to `Snackbar` or `Toast` and offers a plethora of useful features and customization options for you to play with.\n\nIt has been written **100% in Kotlin**. ❤️\n\n![](/raw/banner.png)\n\n# Table of Contents\n* [Prerequisites](#prerequisites)\n* [Usage](#usage)\n    * [Basics](#basics)\n    * [Gravity](#gravity)\n    * [Title](#title)\n    * [Message](#message)\n    * [Overlay](#overlay)\n    * [Positive/Negative](#positivenegative)\n    * [Icon](#icon)\n    * [Animations](#animations)\n      * [Enter/Exit](#enterexit)\n      * [Icon](#icon)\n    * [Event Listeners](#event-listeners)\n      * [Show](#show)\n      * [Dismiss](#dismiss)\n      * [Taps](#taps)\n    * [Miscellaneous](#miscellaneous)\n      * [Swipe-to-dismiss](#swipe-to-dismiss)\n      * [Vibration](#vibration)\n* [Contribution](#contribution)\n* [License](#license)\n\n\n## Prerequisites\n\nAdd this in your root `build.gradle` file (**not** your module `build.gradle` file):\n\n```gradle\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url \"https://jitpack.io\" }\n\t}\n}\n```\n\n## Dependency\n\nAdd this to your module's `build.gradle` file (make sure the version matches the JitPack badge above):\n\n```gradle\ndependencies {\n\t...\n\timplementation 'com.github.Shashank02051997:FancyFlashbar-Android:1.2'\n}\n```\n\n\n# Usage\nIt is recommended to check the sample project to get a complete understanding of all the features offered by the library.\n\nThe library offers a huge amount of customization options and leverages the `Builder` pattern for ease of use. You will find details of each of these features described below.\n\n## Basics\n\n\u003cimg src=\"https://github.com/Shashank02051997/FancyFlashbar-Android/blob/master/FancyFlashbar%20Screenshots/Screenshot/Fancy_Flashbar_Image_1.png\"\u003e\n\nFlashbar attaches a full-height, full-width view (`FlashbarContainerView`) to the decor view of the `Activity` and places a full width, dynamic height view(`FlashbarView`) inside it. These classes are internal classes and are not exposed for public use.\n\nHere's an example of showing a basic flashbar,\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.BOTTOM)\n        .message(\"Congratulations! You have reached 5K points\")\n        .build();\n```\n\n You can specify the duration (in millis) for which you want the flashbar to be displayed. The default duration is infinite, i.e. it won't dismiss automatically if you do not specify any duration. You can also use these constants, `DURATION_SHORT` or `DURATION_LONG` for convenience.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.TOP)\n        .duration(500)\n        .message(\"This is a flashbar with duration\")\n        .build();\n```\n\n## Gravity\n\u003cimg src=\"https://github.com/Shashank02051997/FancyFlashbar-Android/blob/master/FancyFlashbar%20Screenshots/Screenshot/Fancy_Flashbar_Image_2.png\"\u003e\n\nYou can show the flashbar either at the top or at the bottom of the screen using the gravity property. By default, it is shown at the bottom.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.TOP)\n        .message(\"Nice work! You've successfully done something that makes you great.\")\n        .build();\n```\nOr,\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.BOTTOM)\n        .message(\"Flashbar is shown at the bottom\")\n        .build();\n```\n\n## Title\n\u003cimg src=\"https://github.com/Shashank02051997/FancyFlashbar-Android/blob/master/FancyFlashbar%20Screenshots/Screenshot/Fancy_Flashbar_Image_3.png\"\u003e\n\nYou can show an optional title in the flashbar. You can also customize the color, size, typeface and appearance of it.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.BOTTOM)\n        .title(\"Success!\")\n        .message(\"Daily whatsapp status updated successfully\")\n        .build();\n```\n\nYou can change the color using `titleColor()`, size using `titleSizeInSp()`, `titleSizeInPx()`, typeface using `titleTypeface()` and appearance using `titleAppearance()`. Also, look out for other variants of this methods.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.BOTTOM)\n        .title(\"Success!\")\n        .message(\"Daily whatsapp status updated successfully\")\n        .titleColorRes(R.color.white)\n        .titleSizeInSp(12f)\n        .titleAppearance(R.style.CustomTextStyle)\n        .titleTypeface(Typeface.createFromAsset(getAssets(), \"ShineBright.ttf\"))\n        .build();\n```\n\n## Message\n\u003cimg src=\"https://github.com/Shashank02051997/FancyFlashbar-Android/blob/master/FancyFlashbar%20Screenshots/Screenshot/Fancy_Flashbar_Image_4.png\"\u003e\n\nYou can show an optional message in the flashbar. You can also customize the color, size and appearance of it.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.BOTTOM)\n        .title(\"Hello World!\")\n\t.message(\"This is a short message. But your message can be of any length and the view will dynamically adjust itself.\")\n        .build();\n```\n\nYou can change the color using `messageColor()`, size using `messageSizeInSp()`, `messageSizeInPx()`, typeface using `messageTypeface()` and appearance using `messageAppearance()`. Also, look out for other variants of this methods.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.TOP)\n        .message(\"This is a short message\")\n        .messageColor(ContextCompat.getColor(this, R.color.white))\n        .messageSizeInSp(16f)\n        .messageTypeface(Typeface.createFromAsset(assets, \"BeautifulAndOpenHearted.ttf\"))\n        .build();\n```\n\n## Overlay\n\n\u003cimg src=\"https://github.com/Shashank02051997/FancyFlashbar-Android/blob/master/FancyFlashbar%20Screenshots/Screenshot/Fancy_Flashbar_Image_5.png\"\u003e\n\nThe overlay creates a dim effect over the entire screen bringing more focus on the flashbar and its content. It is automatically added/removed along with the flashbar.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.BOTTOM)\n        .title(\"Notifications aren't allowed\")\n        .message(\"To get notification about added transcations, you need to allow them in the settings.\")\n        .showOverlay()\n        .build();\n```\nYou can also customize the overlay color using `overlayColor()` and also make the overlay block any click/touch events using `overlayBlockable()`.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.TOP)\n        .title(\"Hello World!\")\n        .message(\"You can show a modal overlay to give a dim effect in the entire screen.\")\n        .showOverlay()\n        .overlayColorRes(R.color.modal)\n        .overlayBlockable()\n        .build();\n```\n\n## Actions\nThere are two types of action buttons available - positive and negative (placed at the bottom).\n\n\u003cimg src=\"https://github.com/Shashank02051997/FancyFlashbar-Android/blob/master/FancyFlashbar%20Screenshots/Screenshot/Fancy_Flashbar_Image_7.png\"\u003e\n\nYou can also customize its appearance in a lot of ways,\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.BOTTOM)\n        .title(\"Alisa Williams\")\n        .message(\"Yeah, i'm up to it! Wanna grab something to eat today or you're bu...\")\n        .primaryActionText(\"Reply\")\n        .primaryActionTextColorRes(R.color.colorAccent)\n        .build();\n```\n\nYou can also listen to its tap/click events through the `OnActionTapListener`,\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.BOTTOM)\n        .title(\"Alisa Williams\")\n        .message(\"Yeah, i'm up to it! Wanna grab something to eat today or you're bu...\")\n        .primaryActionText(\"Reply\")\n        .primaryActionTextSizeInSp(20f)\n        .primaryActionTextColorRes(R.color.colorAccent)\n        .primaryActionTapListener(object : Flashbar.OnActionTapListener {\n            override fun onActionTapped(bar: Flashbar) {\n                bar.dismiss()\n            }\n        })\n        .build();\n```\n\n### Positive/Negative\n\u003cimg src=\"https://github.com/Shashank02051997/FancyFlashbar-Android/blob/master/FancyFlashbar%20Screenshots/Screenshot/Fancy_Flashbar_Image_12.png\"\u003e\n\nYou can customize the positive and negative buttons in the same way as the primary button. These buttons appear at the bottom part of the view. You can show the positive, or negative or both the buttons. You can also listen to the tap events in the same way as before.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.BOTTOM)\n        .title(\"Can we notify you ?\")\n        .message(\"Please allow us to send you notification\")\n\t.icon(R.drawable.email)\n\t.showIcon()\n        .positiveActionText(\"Allow\")\n        .negativeActionText(\"No, other time\")\n        .positiveActionTapListener(object : Flashbar.OnActionTapListener {\n            override fun onActionTapped(bar: Flashbar) {\n                bar.dismiss()\n            }\n        })\n        .negativeActionTapListener(object : Flashbar.OnActionTapListener {\n            override fun onActionTapped(bar: Flashbar) {\n                bar.dismiss()\n            }\n        })\n        .build();\n```\n\n### Icon\n\u003cimg src=\"https://github.com/Shashank02051997/FancyFlashbar-Android/blob/master/FancyFlashbar%20Screenshots/Screenshot/Fancy_Flashbar_Image_9.png\"\u003e\n\nYou can show an icon on the left side of the view using `showIcon()` which will show the default icon.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.BOTTOM)\n        .title(\"Congratulations!\")\n        .message(\"Congratulations! You have reached 5K points\")\n        .icon(R.drawable.trophy)        \n        .showIcon()\n\t.enableSwipeToDismiss()      //By default this feature is disabled\n        .build();\n```\n\n## Animations\n\nYou can customize the enter/exit animation of the flashbar. You can also add custom animations to the icon for drawing attention towards it. The library provides a fluent API-styled animation framework to customize these animations.\n\n### Enter/Exit\n\u003cimg src=\"https://github.com/Shashank02051997/FancyFlashbar-Android/blob/master/FancyFlashbar%20Screenshots/GIF/20180825_222232.gif\" height=\"420\" width=\"240\"\u003e\n\nYou can start animating the bar using `FlashAnim.with(this).animateBar()`. You can change the duration of the animation using `duration()`, apply custom interpolators using `interpolator()` or choose from a set of interpolators available, add alpha transition using `alpha()`, etc.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.BOTTOM)\n        .title(\"Stay up-to-date!\")\n        .message(\"This way, you and your friends will see messages instantly on your phones.\")\n\t.enableSwipeToDismiss()         //By default this feature is disabled\t\n        .icon(R.drawable.notification)\n\t.showIcon()\n\t.positiveActionText(\"Enable Notification\")\n        .negativeActionText(\"Not Now\")\n        .positiveActionTapListener(new Flashbar.OnActionTapListener() {\n                    @Override\n                    public void onActionTapped(@NotNull Flashbar bar) {\n                        bar.dismiss();\n                    }\n                })\n        .negativeActionTapListener(new Flashbar.OnActionTapListener() {\n                    @Override\n                    public void onActionTapped(@NotNull Flashbar bar) {\n                        bar.dismiss();\n                    }\n                })\n                \n        .enterAnimation(FlashAnim.with(this)\n                .animateBar()\n                .duration(750)\n                .alpha()\n                .overshoot())\n        .exitAnimation(FlashAnim.with(this)\n                .animateBar()\n                .duration(400)\n                .accelerateDecelerate())\n        .build();\n```\n\n\n**Note** - You can configure the animations with your desired specifications in the builder and pass it on. You can not call `build()` on these animations as it is reserved to be used internally from inside the library only.\n\n### Icon\n\u003cimg src=\"https://github.com/Shashank02051997/FancyFlashbar-Android/blob/master/FancyFlashbar%20Screenshots/GIF/20180825_221820.gif\" height=\"420\" width=\"240\"\u003e\n\nYou can start animating the icon using `FlashAnim.with(this).animateIcon()`. You can change the duration of the animation using `duration()`, apply custom interpolators using `interpolator()` or choose from a set of interpolators available, add pulsating effect using `pulse()` and alpha transition using `alpha()`, etc.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.TOP)\n        .title(\"Alisha liked your Tweet\")\n        .message(\"THE BIGGEST RISK IS NOT TAKING THE RISK\")\n        .showIcon()\n        .icon(R.drawable.heart)\n        .iconAnimation(FlashAnim.with(this)\n                .animateIcon()\n                .pulse()\n                .alpha()\n                .duration(750)\n                .accelerate())\n        .build();\n```\n\n## Event Listeners\nYou can listen to events like when the flashbar is showing, or dismissing. You can also listen to progress updates when the flashbar is being shown or dismissed to perform animations on other views if needed.\n\nYou can also listen to tap events inside or outside the bar.\n\n### Show\nYou can listen to events on `OnBarShowListener` like `onShowing`, `onShowProgress` and `onShown`. The progress ranges from from 0.0 to 1.0. But in some special cases (like with bounce interpolator) it can go below 0.0 or above 1.0.\n \n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.BOTTOM)\n        .title(\"Hello World!\")\n        .message(\"You can listen to events when the flashbar is shown\")\n        .barShowListener(object : Flashbar.OnBarShowListener {\n            override fun onShowing(bar: Flashbar) {\n                Log.d(TAG, \"Flashbar is showing\")\n            }\n\n            override fun onShowProgress(bar: Flashbar, progress: Float) {\n                Log.d(TAG, \"Flashbar is showing with progress: $progress\")\n            }\n\n            override fun onShown(bar: Flashbar) {\n                Log.d(TAG, \"Flashbar is shown\")\n            }\n        })\n        .build();\n```\n### Dismiss\nYou can listen to events on `OnBarDismissListener` like `onDismissing`, `onDismissProgress` and `onDismissed`. The progress ranges from from 0.0 to 1.0. But in some special cases (like with bounce interpolator) it can go below 0.0 or above 1.0. \n\nYou can also specifically get to know the reason behind the bar dismiss action - `TIMEOUT`, `MANUAL`, `TAP_OUTSIDE` and `SWIPE`.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.BOTTOM)\n        .title(\"Hello World!\")\n        .duration(500)\n        .message(\"You can listen to events when the flashbar is dismissed\")\n        .barDismissListener(object : Flashbar.OnBarDismissListener {\n            override fun onDismissing(bar: Flashbar, isSwiped: Boolean) {\n                Log.d(TAG, \"Flashbar is dismissing with $isSwiped\")\n            }\n\n            override fun onDismissProgress(bar: Flashbar, progress: Float) {\n                Log.d(TAG, \"Flashbar is dismissing with progress $progress\")\n            }\n\n            override fun onDismissed(bar: Flashbar, event: Flashbar.DismissEvent) {\n                Log.d(TAG, \"Flashbar is dismissed with event $event\")\n            }\n        })\n        .build();\n```\n\n### Taps\nYou can listen to tap events inside or outside of the bar.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.TOP)\n        .title(\"Hello World!\")\n        .message(\"You can listen to tap events inside or outside te bar.\")\n        .listenBarTaps(object : Flashbar.OnTapListener {\n            override fun onTap(flashbar: Flashbar) {\n                Log.d(TAG, \"Bar tapped\")\n            }\n        })\n        .listenOutsideTaps(object : Flashbar.OnTapListener {\n            override fun onTap(flashbar: Flashbar) {\n                Log.d(TAG, \"Outside tapped\")\n            }\n        })\n        .build();\n```\n\n## Miscellaneous\nA quick look at some of the miscellaneous features available in flashbar.\n\n### Swipe-to-dismiss\n\u003cimg src=\"https://github.com/Shashank02051997/FancyFlashbar-Android/blob/master/FancyFlashbar%20Screenshots/GIF/20180825_222232.gif\" height=\"420\" width=\"240\"\u003e\n\nYou can enable this feature to dismiss the flashbar by swiping it left/right. By default this feature is disabled. You can also know if the bar was dismissed by a swipe from the `DismissEvent` as `SWIPE`.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.TOP)\n        .title(\"Hello World!\")\n        .message(\"You can swipe the flasbar to dismiss it.\")\n        .enableSwipeToDismiss()\n        .build(); \n```\n\n### Vibration\nThe flashbar can produce a short vibration to seek the attention of the user when it is shown, dismissed or both.\n\n```kotlin\nnew Flashbar.Builder(this)\n        .gravity(Flashbar.Gravity.BOTTOM)\n        .title(\"Hello World!\")\n        .message(\"You can swipe the flashbar to dismiss it.\")\n        .vibrateOn(Flashbar.Vibration.SHOW, Flashbar.Vibration.DISMISS)\n        .build();\n```\n\n\n## Dependencies\n\nThis project use this libraries ~ Thanks to them.\n\n  [ZigzagView](https://github.com/beigirad/ZigzagView)\n\n## Contributing\n\nPlease fork this repository and contribute back using\n[pull requests](https://github.com/Shashank02051997/FancyFlashbar-Android/pulls).\n\n# Contribution\n\nI highly encourage the community to step forward and improve this library further. You can fix any reported bug, propose or implement new features, write tests, etc.\n\nHere is a quick list of things to remember -\n* Check the open issues before creating a new one,\n* Help me in reducing the number of open issues by fixing any existing bugs,\n* Check the roadmap to see if you can help in implementing any new feature,\n* You can contribute by writing unit and integration tests for this library,\n* If you have any new idea that aligns with the goal of this library, feel free to raise a feature request and discuss it.\n\n\n## Contributing\n\nPlease fork this repository and contribute back using\n[pull requests](https://github.com/Shashank02051997/FancyToast-Android/pulls).\n\nAny contributions, large or small, major features, bug fixes, are welcomed and appreciated\nbut will be thoroughly reviewed .\n\n### Contact - Let's become friend\n- [Twitter](https://twitter.com/shashank020597)\n- [Github](https://github.com/Shashank02051997)\n- [Linkedin](https://www.linkedin.com/in/shashank-singhal-a87729b5/)\n- [Facebook](https://www.facebook.com/shashanksinghal02)\n\n## Donation\nIf this project help you reduce time to develop, you can give me a cup of coffee :) \n\n\u003ca href=\"https://www.buymeacoffee.com/mXUuDW7\" target=\"_blank\"\u003e\u003cimg src=\"https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\n# License\n\n```\nCopyright 2018 Shashank Singhal\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashank02051997%2Ffancyflashbar-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshashank02051997%2Ffancyflashbar-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashank02051997%2Ffancyflashbar-android/lists"}