2023-02-03 22:33:21 +00:00
|
|
|
name: anitrack
|
2023-02-06 16:24:48 +00:00
|
|
|
description: An anime and manga tracker
|
2023-02-03 22:33:21 +00:00
|
|
|
publish_to: 'none'
|
|
|
|
|
2023-02-06 16:24:48 +00:00
|
|
|
version: 0.1.0+2
|
2023-02-03 22:33:21 +00:00
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=2.18.4 <3.0.0'
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
bloc: ^8.1.0
|
2023-02-06 15:53:48 +00:00
|
|
|
bottom_bar: ^2.0.3
|
|
|
|
cached_network_image: ^3.2.3
|
2023-02-03 22:33:21 +00:00
|
|
|
cupertino_icons: ^1.0.2
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
flutter_bloc: ^8.1.1
|
|
|
|
freezed_annotation: 2.1.0
|
|
|
|
get_it: ^7.2.0
|
|
|
|
jikan_api: ^2.0.0
|
2023-02-03 23:25:16 +00:00
|
|
|
json_annotation: 4.6.0
|
2023-02-06 16:17:53 +00:00
|
|
|
url_launcher: ^6.1.8
|
2023-02-03 23:25:16 +00:00
|
|
|
sqflite: ^2.2.4+1
|
2023-02-03 22:33:21 +00:00
|
|
|
swipeable_tile: ^2.0.0+3
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
build_runner: ^2.1.11
|
2023-02-04 12:11:38 +00:00
|
|
|
flutter_launcher_icons: ^0.11.0
|
2023-02-03 22:33:21 +00:00
|
|
|
flutter_lints: ^2.0.0
|
2023-02-06 16:17:53 +00:00
|
|
|
flutter_oss_licenses: ^2.0.1
|
2023-02-06 14:19:55 +00:00
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2023-02-03 22:33:21 +00:00
|
|
|
freezed: ^2.1.0+1
|
2023-02-03 23:25:16 +00:00
|
|
|
json_serializable: ^6.3.1
|
2023-02-06 14:19:55 +00:00
|
|
|
very_good_analysis: ^3.0.1
|
2023-02-03 22:33:21 +00:00
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
2023-02-04 12:11:38 +00:00
|
|
|
|
|
|
|
flutter_icons:
|
|
|
|
android: "launcher_icon"
|
|
|
|
image_path: "assets/icon/icon.png"
|
|
|
|
min_sdk_android: 21
|