Skip to content

Commit 649c266

Browse files
committed
+Update dependencies
1 parent d90c54b commit 649c266

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<a href="https://www.buymeacoffee.com/dev_cetera" target="_blank"><img align="right" src="https://cdn.buymeacoffee.com/buttons/default-orange.png" height="48"></a>
2-
<a href="https://discord.gg/gEQ8y2nfyX" target="_blank"><img align="right" src="https://raw.githubusercontent.com/dev-cetera/resources/refs/heads/main/assets/discord_icon/discord_icon.svg" height="48"></a>
2+
<a href="https://discord.gg/gEQ8y2nfyX" target="_blank"><img align="right" src="https://raw.githubusercontent.com/dev-cetera/.github/refs/heads/main/assets/icons/discord_icon/discord_icon.svg" height="48"></a>
33

44
Dart & Flutter Packages by dev-cetera.com & contributors.
55

66
[![sponsor](https://img.shields.io/badge/sponsor-grey?logo=github-sponsors)](https://github.com/sponsors/dev-cetera)
77
[![patreon](https://img.shields.io/badge/patreon-grey?logo=patreon)](https://www.patreon.com/c/RobertMollentze)
88
[![pub](https://img.shields.io/pub/v/df_screen.svg)](https://pub.dev/packages/df_screen)
9-
[![tag](https://img.shields.io/badge/tag-v0.8.9-purple?logo=github)](https://github.com/dev-cetera/df_screen/tree/v0.8.9)
9+
[![tag](https://img.shields.io/badge/tag-v0.8.10-purple?logo=github)](https://github.com/dev-cetera/df_screen/tree/v0.8.10)
1010
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/dev-cetera/df_screen/main/LICENSE)
1111

1212
---

pubspec.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository: https://github.com/robmllze/df_screen
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
1818
description: A package that provides a useful screen widget and controller for Flutter apps.
19-
version: 0.8.9
19+
version: 0.8.10
2020
topics:
2121
- user-interface
2222
- widgets
@@ -35,16 +35,16 @@ dependencies:
3535
flutter:
3636
sdk: flutter
3737

38-
df_collection: ^0.9.4
39-
df_config: ^0.7.4
40-
df_debouncer: ^0.4.14
41-
df_di: ^0.14.2
42-
df_generate_dart_models_core: ^0.9.20
43-
df_log: ^0.3.18
44-
df_pod: ^0.18.5
45-
df_scalable: ^0.9.4
46-
df_screen_core: ^0.5.4
47-
df_type: ^0.12.7
38+
df_collection: ^0.9.8
39+
df_config: ^0.7.5
40+
df_debouncer: ^0.4.15
41+
df_di: ^0.15.1
42+
df_generate_dart_models_core: ^0.9.21
43+
df_log: ^0.3.19
44+
df_pod: ^0.18.8
45+
df_scalable: ^0.9.6
46+
df_screen_core: ^0.5.5
47+
df_type: ^0.14.2
4848
df_router: ^0.4.12
4949
device_info_plus: ^11.5.0
5050
meta: ^1.16.0

0 commit comments

Comments
 (0)