-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
40 lines (34 loc) · 956 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: avatar_plus
description: A versatile Flutter package for generating and displaying customizable avatars with random string content. Perfect for user profiles, placeholders, and more.
version: 0.0.5
homepage: https://github.com/YudizAndroidNareshP/Avatar-Plus
documentation: https://github.com/YudizAndroidNareshP/Avatar-Plus
issue_tracker: https://github.com/YudizAndroidNareshP/Avatar-Plus/issues
environment:
sdk: '>=2.18.0 <4.0.0'
flutter: ">=1.17.0"
platforms:
android:
ios:
linux:
macos:
web:
windows:
topics:
- avatar-generation
- flutter-avatar
- profile-picture
- svg-avatars
- random-avatar
screenshots:
- description: A versatile Flutter package for generating and displaying customizable avatars with random string content.
path: screenshots/logo.gif
dependencies:
flutter:
sdk: flutter
crypto: ^3.0.3
flutter_svg: ^2.0.0+1
dev_dependencies:
flutter_test:
sdk: flutter
lints: ^4.0.0