2026-06-10 13:38:11 -07:00
|
|
|
name: buzz
|
|
|
|
|
description: Buzz mobile client
|
2026-04-13 09:55:14 -07:00
|
|
|
publish_to: 'none'
|
2026-07-23 15:05:59 -07:00
|
|
|
version: 0.0.0+1
|
2026-04-13 09:55:14 -07:00
|
|
|
|
|
|
|
|
environment:
|
|
|
|
|
sdk: ^3.11.4
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
flutter:
|
|
|
|
|
sdk: flutter
|
2026-07-30 15:29:40 +01:00
|
|
|
# Grapheme-cluster segmentation, for deciding whether a message body is
|
|
|
|
|
# nothing but emoji. Already present transitively via the Flutter SDK;
|
|
|
|
|
# declared here because we import it directly.
|
|
|
|
|
characters: ^1.4.0
|
2026-04-13 09:55:14 -07:00
|
|
|
hooks_riverpod: ^3.0.3
|
|
|
|
|
flutter_hooks: ^0.21.3
|
|
|
|
|
lucide_icons_flutter: ^3.1.0
|
2026-04-14 08:42:29 -07:00
|
|
|
http: ^1.4.0
|
2026-05-23 14:52:40 -04:00
|
|
|
flutter_secure_storage: ^10.0.0
|
2026-07-14 11:25:00 -07:00
|
|
|
flutter_svg: ^2.2.4
|
2026-04-16 09:28:27 -06:00
|
|
|
mobile_scanner: ^7.0.0
|
2026-04-14 14:33:48 -07:00
|
|
|
shared_preferences: ^2.5.5
|
2026-04-14 21:20:35 -06:00
|
|
|
web_socket_channel: ^3.0.1
|
2026-05-23 03:04:31 +00:00
|
|
|
connectivity_plus: ^7.0.0
|
2026-05-26 22:16:00 +00:00
|
|
|
nostr: ^2.0.0
|
|
|
|
|
pointycastle: ^4.0.0
|
2026-04-15 09:55:32 -06:00
|
|
|
url_launcher: ^6.3.2
|
|
|
|
|
gpt_markdown: ^1.1.6
|
2026-06-02 17:43:08 -04:00
|
|
|
highlight: ^0.7.0
|
2026-04-24 10:32:36 -06:00
|
|
|
intl: ^0.20.2
|
2026-04-27 14:47:06 -06:00
|
|
|
uuid: ^4.5.1
|
2026-07-25 00:32:22 +01:00
|
|
|
file_selector: ^1.1.0
|
|
|
|
|
camera: ^0.12.0+2
|
2026-04-22 12:54:29 -06:00
|
|
|
image_picker: ^1.1.2
|
2026-07-28 16:48:35 +01:00
|
|
|
photo_manager: ^3.11.0
|
2026-04-22 12:54:29 -06:00
|
|
|
video_player: ^2.10.1
|
2026-05-23 16:16:37 -04:00
|
|
|
package_info_plus: ^10.0.0
|
2026-06-03 21:16:49 -04:00
|
|
|
app_badge_plus: ^1.2.10
|
2026-07-14 16:00:13 -07:00
|
|
|
app_links: ^6.4.0
|
|
|
|
|
scrollable_positioned_list: ^0.3.8
|
2026-07-25 00:32:22 +01:00
|
|
|
open_filex: ^4.7.0
|
|
|
|
|
path_provider: ^2.1.6
|
2026-07-28 16:48:35 +01:00
|
|
|
share_plus: ^13.3.0
|
2026-08-15 18:34:02 -07:00
|
|
|
local_auth: ^3.0.2
|
2026-04-13 09:55:14 -07:00
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
|
flutter_test:
|
|
|
|
|
sdk: flutter
|
|
|
|
|
flutter_lints: ^6.0.0
|
2026-08-03 12:28:50 -07:00
|
|
|
crypto: ^3.0.7
|
2026-04-13 09:55:14 -07:00
|
|
|
custom_lint: ^0.8.0
|
|
|
|
|
riverpod_lint: ^3.1.0
|
|
|
|
|
mocktail: ^1.0.4
|
|
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
|
uses-material-design: true
|
2026-07-16 08:38:11 -06:00
|
|
|
assets:
|
|
|
|
|
- assets/images/buzz-icon.png
|
2026-07-30 15:29:40 +01:00
|
|
|
# Generated by `just mobile-emoji-data` from the same emoji-mart dataset
|
|
|
|
|
# desktop uses. Do not hand-edit.
|
|
|
|
|
- assets/emoji/emoji-data.json
|
2026-04-14 14:33:48 -07:00
|
|
|
fonts:
|
2026-06-30 15:22:55 +01:00
|
|
|
- family: Inter
|
2026-04-14 14:33:48 -07:00
|
|
|
fonts:
|
2026-06-30 15:22:55 +01:00
|
|
|
- asset: assets/fonts/InterVariable.ttf
|
|
|
|
|
- asset: assets/fonts/InterVariable-Italic.ttf
|
2026-04-14 14:33:48 -07:00
|
|
|
style: italic
|
|
|
|
|
- family: GeistMono
|
|
|
|
|
fonts:
|
|
|
|
|
- asset: assets/fonts/GeistMono-Variable.ttf
|
|
|
|
|
- asset: assets/fonts/GeistMono-Italic-Variable.ttf
|
|
|
|
|
style: italic
|