-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
38 lines (32 loc) · 899 Bytes
/
pubspec.yaml
File metadata and controls
38 lines (32 loc) · 899 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_native_bridge
description: "Zero-boilerplate bridge between Flutter and native platforms. Call native Kotlin/Swift methods from Dart with minimal setup - just annotate and call!"
version: 1.1.1
homepage: https://github.com/UttamPanchasara/flutter-native-bridge
repository: https://github.com/UttamPanchasara/flutter-native-bridge
issue_tracker: https://github.com/UttamPanchasara/flutter-native-bridge/issues
topics:
- native
- bridge
- android
- ios
- platform-channel
environment:
sdk: ^3.0.0
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
executables:
flutter_native_bridge: generate
flutter:
plugin:
platforms:
android:
package: io.nativebridge
pluginClass: FlutterNativeBridgePlugin
ios:
pluginClass: FlutterNativeBridgePlugin