Alternative of snackbar and toast, powerful, customizable, beautiful and easy to use
Library for displaying messages as an alternative to snackbars and toast, which is powerful, easy to customize, and easy to use. Based on Flashbar (AndroidIDE) that based on Flashbar (aritraroy)
- Put this code in settings.gradle.kts (root kotlin dsl) in
repositories
block
dependencyResolutionManagement {
repositories {
// example
maven {
url = uri("https://jitpack.io")
}
}
}
If using groovy dsl
repositories {
maven { url 'https://jitpack.io' }
}
- Put dependencies into build.gradle.kts (app/build.gradle.kts kotlin dsl)
inside the
dependencies
block
implementation("com.github.hasanelfalakiy:flashbar:${version}")
if using groovy dsl
implementation 'com.github.hasanelfalakiy:flashbar:${version}'
WIP (work in progress)
If you want to contribute, please fork this repository, clone to your local machine, make changes, push, and then send a pull request to this repository
Copyright 2016 aritraroy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
AndroidIDE
Copyright (C) 2024 AndroidIDE Akash Yadav
AndroidIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
AndroidIDE is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with AndroidIDE. If not, see <https://www.gnu.org/licenses/>.
flashbar
Copyright (C) 2024 Andi Hasan Ashari
flashbar is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
flashbar is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with flashbar. If not, see <https://www.gnu.org/licenses/>.
Report to us if anyone violates the terms of the License, either by creating issues or writing message to us directly.