diff --git a/CHANGELOG.md b/CHANGELOG.md index 60fede7..bafdeb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index 2c2350e..aa77442 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -126,7 +126,7 @@ packages: path: ".." relative: true source: path - version: "0.0.8" + version: "0.0.9" source_span: dependency: transitive description: diff --git a/lib/src/builder/simple_snacky_builder.dart b/lib/src/builder/simple_snacky_builder.dart index 59e491c..b1acf35 100644 --- a/lib/src/builder/simple_snacky_builder.dart +++ b/lib/src/builder/simple_snacky_builder.dart @@ -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,