-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpubspec.yaml
More file actions
30 lines (26 loc) · 949 Bytes
/
pubspec.yaml
File metadata and controls
30 lines (26 loc) · 949 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
name: rudder_sdk_flutter_monorepo
version: 5.3.1
description: The RudderStack Flutter SDK Monorepo.
homepage: https://github.com/rudderlabs/rudder-sdk-flutter
repository: https://github.com/rudderlabs/rudder-sdk-flutter
issue_tracker: https://github.com/rudderlabs/rudder-sdk-flutter/issues
documentation: https://docs.rudderstack.com/rudderstack-sdk-integration-guides/rudderstack-flutter-sdk
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: ">=3.0.0 <4.0.0"
dev_dependencies:
dart_pre_commit: ^5.4.6
flutter_lints: ^6.0.0
watcher: ^1.1.0
melos: ^6.3.3
dart_pre_commit:
format: true
custom-lint: false
flutter-compat: false
outdated: false
pull-up-dependencies: false
analyze:
error-level: info
ignore-unstaged-files: true