-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
38 lines (34 loc) · 981 Bytes
/
pubspec.yaml
File metadata and controls
38 lines (34 loc) · 981 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
name: flutter_story_encoder
description: A high-performance, hardware-accelerated video encoding engine for Flutter stories. Supporting 4K and thermal stability.
version: 1.2.2
homepage: https://github.com/lucasveneno/flutter_story_encoder
repository: https://github.com/lucasveneno/flutter_story_encoder
issue_tracker: https://github.com/lucasveneno/flutter_story_encoder/issues
environment:
sdk: ">=3.10.7 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
pigeon: ^22.7.2
build_runner: ^2.7.1
mockito: ^5.5.0
flutter:
plugin:
platforms:
android:
package: com.lucasveneno.flutter_story_encoder
pluginClass: FlutterStoryEncoderPlugin
ios:
pluginClass: FlutterStoryEncoderPlugin
macos:
pluginClass: FlutterStoryEncoderPlugin
# Add SPM support for iOS
supportedPlatforms:
android:
ios:
macos: