Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Feb 10, 2024
1 parent f892fb4 commit b6f4836
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.0.10

# Feat
- Automated builds using GitHub Actions
- Added preview video to the `README.md`

# 0.0.4 - 0.0.9

# Feat
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.8"
version: "0.0.9"
source_span:
dependency: transitive
description:
Expand Down
6 changes: 5 additions & 1 deletion lib/src/builder/simple_snacky_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ class SimpleSnackyBuilder extends SnackyBuilder {
});

@override
Widget build(BuildContext context, CancelableSnacky cancelableSnacky, SnackyController snackyController) {
Widget build(
BuildContext context,
CancelableSnacky cancelableSnacky,
SnackyController snackyController,
) {
final snacky = cancelableSnacky.snacky;
return BaseSnackyWidget(
cancelableSnacky: cancelableSnacky,
Expand Down

0 comments on commit b6f4836

Please sign in to comment.