-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
45 lines (37 loc) · 1.07 KB
/
pubspec.yaml
File metadata and controls
45 lines (37 loc) · 1.07 KB
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
name: flex_track
description: A flexible analytics tracking system for Flutter with intelligent routing, GDPR compliance, and multi-platform support
version: 1.0.1 # Use semantic versioning
homepage: https://github.com/alirezat66/flex_track
repository: https://github.com/alirezat66/flex_track
issue_tracker: https://github.com/alirezat66/flex_track/issues
documentation: https://alirezat66.github.io/flex_track/
topics:
- analytics
- tracking
- gdpr
- routing
- flutter
screenshots:
- description: FlexTrack brand logo
path: docs/assets/ft_logo.png
- description: FlexTrack banner
path: docs/assets/banner.png
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
collection: ^1.18.0
shelf: ^1.4.0
shelf_router: ^1.1.0
shelf_web_socket: ^1.0.0
visibility_detector: ^0.4.0+2
web_socket_channel: ^2.4.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
mockito: ^5.0.0 # Use mockito instead of mocktail
build_runner: ^2.0.0 # Add build_runner for mock generation
flutter: {}