-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
44 lines (33 loc) · 836 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
44 lines (33 loc) · 836 Bytes
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
name: flutter_tdd_course
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0+1
environment:
sdk: ^3.11.1
dependencies:
flutter:
sdk: flutter
# Service locator (Updated for Null Safety)
get_it: ^7.7.0
# Bloc for state management (Updated for modern Bloc patterns)
flutter_bloc: ^8.1.6
# Value equality
equatable: ^2.0.5
# Functional programming (Either, Left, Right)
dartz: ^0.10.1
# Remote API & Networking
internet_connection_checker: ^1.0.0+1
http: ^1.2.1
# Local cache
shared_preferences: ^2.3.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
# Mockito for testing
mockito: ^5.4.4
# Build runner is now required for Mockito code generation
build_runner: ^2.13.1
mocktail: ^1.0.4
flutter:
uses-material-design: true