-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (31 loc) · 855 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (31 loc) · 855 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
name: flagsmith
description: >-
Flutter Client SDK for https://www.flagsmith.com/, Flagsmith is 100% Open
Source. Host yourself or let us take care of the hosting.
version: 6.1.0
homepage: https://github.com/Flagsmith/flagsmith-flutter-client
repository: https://github.com/Flagsmith/flagsmith-flutter-client
issue_tracker: https://github.com/Flagsmith/flagsmith-flutter-client/issues
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_client_sse: ^2.0.0
collection: ^1.18.0
dio: ^5.3.2
rxdart: ^0.28.0
shared_preferences: ^2.3.2
json_annotation: ^4.9.0
encrypt: ^5.0.3
crypto: ^3.0.6
dev_dependencies:
test: ^1.24.6
flutter_test:
sdk: flutter
lints: ^5.0.0
http_mock_adapter: ^0.6.1
mockito: ^5.4.2
test_coverage_badge: ^0.3.2
build_runner: ^2.4.13
json_serializable: ^6.8.0