2018-09-22 20:56:16 +00:00
|
|
|
name: vikunja_app
|
2018-09-14 16:59:13 +00:00
|
|
|
description: Vikunja as Flutter cross platform app
|
|
|
|
|
2024-02-16 18:11:46 +00:00
|
|
|
version: 0.1.5-beta
|
2018-09-14 16:59:13 +00:00
|
|
|
|
|
|
|
environment:
|
2023-01-07 15:55:40 +00:00
|
|
|
sdk: ">=2.18.0 <3.0.0"
|
2018-09-14 16:59:13 +00:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2024-04-05 12:28:14 +00:00
|
|
|
cupertino_icons: ^1.0.6
|
|
|
|
http: ^1.2.1
|
2022-08-25 06:04:12 +00:00
|
|
|
after_layout: ^1.2.0
|
2024-04-05 12:28:14 +00:00
|
|
|
intl: ^0.19.0
|
|
|
|
flutter_local_notifications: ^17.0.0
|
|
|
|
rxdart: ^0.27.7
|
|
|
|
flutter_timezone: ^1.0.8
|
|
|
|
flutter_secure_storage: ^9.0.0
|
2022-08-25 06:04:12 +00:00
|
|
|
datetime_picker_formfield: ^2.0.1
|
2024-04-05 12:28:14 +00:00
|
|
|
flutter_typeahead: ^5.2.0
|
|
|
|
build: ^2.4.1
|
|
|
|
json_serializable: ^6.7.1
|
|
|
|
petitparser: ^6.0.2
|
|
|
|
provider: ^6.1.2
|
|
|
|
webview_flutter: ^4.7.0
|
2022-07-27 18:10:01 +00:00
|
|
|
flutter_colorpicker: ^1.0.3
|
2024-04-05 12:28:14 +00:00
|
|
|
flutter_keyboard_visibility: ^6.0.0
|
|
|
|
dotted_border: ^2.1.0
|
|
|
|
url_launcher: ^6.2.5
|
|
|
|
workmanager: ^0.5.2
|
|
|
|
permission_handler: ^11.3.0
|
|
|
|
dynamic_color: ^1.7.0
|
|
|
|
flutter_widget_from_html: ^0.14.11
|
2024-01-05 23:04:33 +00:00
|
|
|
flutter_downloader: ^1.11.6
|
2024-01-05 21:29:34 +00:00
|
|
|
|
2024-04-05 12:28:14 +00:00
|
|
|
meta: ^1.11.0
|
|
|
|
timezone: ^0.9.2
|
|
|
|
json_annotation: ^4.8.1
|
|
|
|
collection: ^1.18.0
|
|
|
|
cupertino_http: ^1.4.0
|
|
|
|
cronet_http: ^1.2.0
|
|
|
|
package_info_plus: any
|
2018-09-14 16:59:13 +00:00
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2021-06-04 09:34:25 +00:00
|
|
|
version: any
|
2024-04-05 12:28:14 +00:00
|
|
|
test: ^1.24.9
|
|
|
|
flutter_launcher_icons: ^0.13.1
|
2018-09-15 12:18:24 +00:00
|
|
|
|
|
|
|
flutter_icons:
|
|
|
|
image_path: "assets/vikunja_logo.png"
|
|
|
|
image_path_ios: "assets/vikunja_ios.png"
|
|
|
|
android: true
|
|
|
|
ios: true
|
|
|
|
adaptive_icon_background: "#FF455486"
|
|
|
|
adaptive_icon_foreground: "assets/vikunja_logo_adaptive.png"
|
2018-09-14 16:59:13 +00:00
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
2018-09-15 12:18:24 +00:00
|
|
|
assets:
|
2018-09-15 17:40:59 +00:00
|
|
|
- assets/graphics/hypnotize.png
|
2018-09-16 19:47:33 +00:00
|
|
|
- assets/vikunja_logo.png
|
2019-03-14 21:12:02 +00:00
|
|
|
- assets/vikunja_logo_full.png
|
2020-06-17 17:41:40 +00:00
|
|
|
- assets/vikunja_logo_full_white.png
|
2018-09-15 12:18:24 +00:00
|
|
|
fonts:
|
|
|
|
- family: Quicksand
|
|
|
|
fonts:
|
|
|
|
- asset: assets/fonts/quicksand-v7-latin-regular.ttf
|