Skip to content

Commit ef2db96

Browse files
committed
chore: Update df_pod dependency to version 0.7.0
1 parent caa9fb3 commit ef2db96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/src/scalable_app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ScalableApp extends StatelessWidget {
3737
Widget build(BuildContext context) {
3838
return PodBuilder(
3939
pod: ScalableApp.pod,
40-
builder: (_) {
40+
builder: (context, snapshot) {
4141
return SizedBox(
4242
key: UniqueKey(),
4343
child: child,

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
name: df_scalable
1212
description: A package that provides a convenient method to scale your app UI up or down.
13-
version: 0.2.3
13+
version: 0.2.4
1414
repository: https://github.com/robmllze/df_scalable
1515
# homepage: TODO
1616
# documentation: TODO
@@ -33,7 +33,7 @@ environment:
3333
dependencies:
3434
flutter:
3535
sdk: flutter
36-
df_pod: ^0.6.0
36+
df_pod: ^0.7.0
3737

3838
## -----------------------------------------------------------------------------
3939

0 commit comments

Comments
 (0)