-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
80 lines (64 loc) · 1.67 KB
/
pubspec.yaml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
name: horusvision
description: "The new era for show views, with that package you can show to your users any place of concert or airplane plane"
version: 0.1.1
package:
git: https://github.com/dherediat97/HorusVision
ref: main
homepage: https://github.com/dherediat97/HorusVision
environment:
sdk: '>=3.0.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
go_router: ^14.2.0
# Bussines Logic Component
#
# Controller class to management the bloc state in the package
# https://pub.dev/packages/flutter_bloc
flutter_bloc: ^8.1.4
# Freezed - Model Smart Generation
#
# Utility to generate smart data-model classes in the package
# https://pub.dev/packages/freezed
freezed: ^2.5.2
# Freezed - Model Smart Generation
#
# Annotations of Freezed package
# https://pub.dev/packages/freezed_annotation
freezed_annotation: ^2.4.1
# Json - Json Model Smart Generation
#
# Annotations to help freezed generate remote data-models classes
# https://pub.dev/packages/json_annotation
json_annotation: ^4.9.0
dio: ^5.0.0
retrofit: ^4.1.0
intl: ^0.19.0
get_it: ^7.2.0
lottie: ^3.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
build_runner: ^2.4.11
json_serializable: ^6.8.0
retrofit_generator: ^8.1.0
# Testing
#
# A mock framework inspired by Mockito
# https://pub.dev/packages/mockito
mockito: ^5.4.4
# Utility Test library for Bloc
#
# For test all of bloc lifecycle
# https://pub.dev/packages/bloc_test
bloc_test: ^9.1.7
flutter:
generate: true
assets:
- lib/assets/
flutter_intl:
enabled: true
class_name: AppLocalizations