Skip to content

Commit

Permalink
fix api usage in example and bump plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalha07 committed Jan 12, 2024
1 parent 9370d89 commit 40577ce
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 17 deletions.
6 changes: 3 additions & 3 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class _MyHomePageState extends State<MyHomePage> {
avatarInfo: AvatarInfo(
uniqueId: '@aliKah:lorem.org',
displayName: 'Ali Akalın',
imageProviderFuture: getFutureImage),
avatarFuture: getFutureImage),
size: 36,
),
SizedBox(
Expand Down Expand Up @@ -178,7 +178,7 @@ class _MyHomePageState extends State<MyHomePage> {
avatarInfo: AvatarInfo(
displayName: "Ali Akalın",
uniqueId: "@aliKah:lorem.org",
imageProviderFuture: getFutureImage,
avatarFuture: getFutureImage,
),
),
SizedBox(
Expand Down Expand Up @@ -484,7 +484,7 @@ class _MyHomePageState extends State<MyHomePage> {
avatarInfo: AvatarInfo(
displayName: "Ali Akalın",
uniqueId: "@aliKah:lorem.org",
imageProviderFuture: getFutureImage,
avatarFuture: getFutureImage,
),
),
SizedBox(
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0+2"
version: "1.0.0+3"
args:
dependency: transitive
description:
Expand Down
46 changes: 35 additions & 11 deletions pubspec.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
args:
dependency: transitive
description:
name: args
sha256: eef6c46b622e0494a36c5a12d10d77fb4e855501a91c1b9ef9339326e58f0596
url: "https://pub.dev"
source: hosted
version: "2.4.2"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -66,10 +74,10 @@ packages:
dependency: "direct main"
description:
name: flutter_svg
sha256: "6ff9fa12892ae074092de2fa6a9938fb21dbabfdaa2ff57dc697ff912fc8d4b2"
sha256: d39e7f95621fc84376bc0f7d504f05c3a41488c562f4a8ad410569127507402c
url: "https://pub.dev"
source: hosted
version: "1.1.6"
version: "2.0.9"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -123,14 +131,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.8.3"
path_drawing:
dependency: transitive
description:
name: path_drawing
sha256: bbb1934c0cbb03091af082a6389ca2080345291ef07a5fa6d6e078ba8682f977
url: "https://pub.dev"
source: hosted
version: "1.0.1"
path_parsing:
dependency: transitive
description:
Expand Down Expand Up @@ -208,6 +208,30 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.3.2"
vector_graphics:
dependency: transitive
description:
name: vector_graphics
sha256: "18f6690295af52d081f6808f2f7c69f0eed6d7e23a71539d75f4aeb8f0062172"
url: "https://pub.dev"
source: hosted
version: "1.1.9+2"
vector_graphics_codec:
dependency: transitive
description:
name: vector_graphics_codec
sha256: "531d20465c10dfac7f5cd90b60bbe4dd9921f1ec4ca54c83ebb176dbacb7bb2d"
url: "https://pub.dev"
source: hosted
version: "1.1.9+2"
vector_graphics_compiler:
dependency: transitive
description:
name: vector_graphics_compiler
sha256: "03012b0a33775c5530576b70240308080e1d5050f0faf000118c20e6463bc0ad"
url: "https://pub.dev"
source: hosted
version: "1.1.9+2"
vector_math:
dependency: transitive
description:
Expand All @@ -234,4 +258,4 @@ packages:
version: "6.4.2"
sdks:
dart: ">=3.2.0-194.0.dev <4.0.0"
flutter: ">=2.11.0-0.1.pre"
flutter: ">=3.7.0-0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: acter_avatar
description: Avatars as used by Acter.global
version: 1.0.0+3
version: 1.0.0+4
homepage: https://github.com/acterglobal/acter-avatar

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_svg: ^1.0.5
flutter_svg: ^2.0.9
multiavatar: ^0.1.5
logging: ^1.2.0

Expand Down

0 comments on commit 40577ce

Please sign in to comment.