-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Implemented snackbar to the Label Tile (#70)
* adding a snackbar to the label tile * changing the label tile snackbar title to something meaningful * changing the pubspec.lock file * removed another_flushbar and used getx snackbar * reverting the pubspec.lock file to original again
- Loading branch information
1 parent
50d72d1
commit 031e5ef
Showing
2 changed files
with
9 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -1327,4 +1327,4 @@ packages: | |
version: "3.1.2" | ||
sdks: | ||
dart: ">=3.1.0-185.0.dev <4.0.0" | ||
flutter: ">=3.7.0" | ||
flutter: ">=3.7.0" |