You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dart & Flutter Packages by dev-cetera.com & contributors.
5
5
@@ -210,7 +210,7 @@ PodListBuilder(
210
210
if (!loggedIn) {
211
211
return const Text('Please log in.');
212
212
}
213
-
return Text('You have $count items in your cart. Total: \$$total');
213
+
return Text('You have $count items in your cart. Total: \$total');
214
214
},
215
215
);
216
216
```
@@ -342,3 +342,4 @@ If you're enjoying this package and find it valuable, consider showing your appr
342
342
## 🧑⚖️ License
343
343
344
344
This project is released under the [MIT License](https://raw.githubusercontent.com/dev-cetera/df_pod/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_pod/main/LICENSE) for more information.
0 commit comments