forked from kfiross/chat_pickers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
38 lines (28 loc) · 1.01 KB
/
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
name: chat_pickers
description: A new Flutter package for displaying a keyboard for using emojis/gifs.
version: 0.2.1
homepage: "https://github.com/kfiross/chat_pickers"
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
http: ^0.12.1
giphy_client: ^0.2.0 # for giphy picker
shared_preferences: ^0.5.7 # for keeping recent picked emojies
material_design_icons_flutter: ^4.0.5345 # for icons
# base package implementation of choosing emojies on each platform
emoji_picker: ^0.1.0
flutter_hooks: ^0.10.0
universal_io: ^1.0.1 # for work on web
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true