-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (34 loc) · 858 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
42 lines (34 loc) · 858 Bytes
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
41
name: baby_elephant
description: A mastodon client for smart watches
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=2.19.0-146.2.beta <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
mastodon_api:
git: git@github.com:mastodon-dart/mastodon-api.git
pull_to_refresh: ^2.0.0
flutter_widget_from_html_core: ^0.14.9
flutter_native_splash: ^2.2.16
wearable_rotary: ^2.0.0
flutter_launcher_icons: ^0.13.1
fluttertoast: ^8.1.2
shared_preferences: ^2.2.2
flutter_wear_os_connectivity: ^1.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_icons:
android: "launcher_icon"
image_path: "assets/elephant.png"
flutter:
uses-material-design: true
assets:
- assets/elephant.png
flutter_native_splash:
color: "#ffffff"
image: assets/elephant.png