-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dart Conventional Release
committed
Feb 8, 2024
1 parent
787a1b9
commit 3ac12df
Showing
1 changed file
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,22 @@ | ||
name: snacky | ||
description: Easily display customizable snackbars in Flutter with minimal configuration. Ideal for quick notifications and alerts in your app. | ||
version: 0.0.1 | ||
description: Easily display customizable snackbars in Flutter with minimal | ||
configuration. Ideal for quick notifications and alerts in your app. | ||
version: 0.0.2 | ||
homepage: https://github.com/Impaktfull/flutter_snacky | ||
topics: | ||
- snackbar | ||
- flutter-snackbar | ||
- custom-flutter-snackbar | ||
- flutter-flushbar | ||
- custom-flutter-toast | ||
|
||
environment: | ||
sdk: '>=3.2.0 <4.0.0' | ||
sdk: ">=3.2.0 <4.0.0" | ||
flutter: ">=1.17.0" | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
sdk: flutter | ||
flutter_lints: ^2.0.0 | ||
|
||
flutter: | ||
flutter: null |