2026-02-11 14:07:27 -05:00
|
|
|
name: frontend
|
|
|
|
|
description: "OOTT - Easy to setup and use network device discovery and alert system"
|
|
|
|
|
publish_to: "none"
|
2026-06-06 11:54:25 -04:00
|
|
|
version: 0.1.0
|
2026-02-11 14:07:27 -05:00
|
|
|
|
|
|
|
|
environment:
|
|
|
|
|
sdk: ^3.10.8
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
flutter:
|
|
|
|
|
sdk: flutter
|
|
|
|
|
go_router: ^17.1.0
|
|
|
|
|
intl: ^0.20.2
|
|
|
|
|
provider: ^6.1.5
|
2026-02-27 12:28:16 -05:00
|
|
|
dio: ^5.9.1
|
2026-05-31 17:19:00 -04:00
|
|
|
dio_smart_retry: ^7.0.1
|
2026-05-31 18:21:55 -04:00
|
|
|
connectivity_plus: ^7.0.0
|
2026-03-02 13:59:50 -05:00
|
|
|
encrypter: ^2.0.0
|
|
|
|
|
shared_preferences: ^2.5.4
|
2026-05-28 10:05:49 -04:00
|
|
|
fl_chart: ^1.2.0
|
2026-05-28 11:27:45 -04:00
|
|
|
google_fonts: ^6.2.1
|
2026-05-28 17:29:55 -04:00
|
|
|
url_launcher: ^6.3.0
|
2026-06-02 16:49:52 -04:00
|
|
|
package_info_plus: ^8.0.0
|
2026-02-11 14:07:27 -05:00
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
|
flutter_test:
|
|
|
|
|
sdk: flutter
|
|
|
|
|
flutter_lints: ^6.0.0
|
2026-06-03 19:41:52 -04:00
|
|
|
http_mock_adapter: ^0.6.1
|
2026-06-04 09:50:45 -04:00
|
|
|
flutter_native_splash: ^2.4.7
|
2026-02-11 14:07:27 -05:00
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
|
uses-material-design: true
|
2026-06-04 09:50:45 -04:00
|
|
|
|
|
|
|
|
# Branded native launch screen (Android + iOS).
|
|
|
|
|
# OOTT wordmark on the Gruvbox-dark background (#1d2021).
|
|
|
|
|
# Regenerate native files after changing this block or the images:
|
|
|
|
|
# dart run flutter_native_splash:create
|
|
|
|
|
flutter_native_splash:
|
|
|
|
|
color: "#1d2021"
|
|
|
|
|
color_dark: "#1d2021"
|
|
|
|
|
image: assets/splash/oott_logo.png
|
|
|
|
|
image_dark: assets/splash/oott_logo.png
|
|
|
|
|
android_12:
|
|
|
|
|
image: assets/splash/oott_logo_android12.png
|
|
|
|
|
icon_background_color: "#1d2021"
|
|
|
|
|
image_dark: assets/splash/oott_logo_android12.png
|
|
|
|
|
icon_background_color_dark: "#1d2021"
|
|
|
|
|
android: true
|
|
|
|
|
ios: true
|
|
|
|
|
web: false
|