| # Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file |
| # for details. All rights reserved. Use of this source code is governed by a |
| # BSD-style license that can be found in the LICENSE file. |
| |
| name: example |
| description: "Demonstrates using package:objective_c" |
| publish_to: 'none' |
| version: 0.1.0 |
| |
| environment: |
| sdk: '>=3.8.0 <4.0.0' |
| flutter: '>=3.32.0' |
| |
| dependencies: |
| ffi: ^2.1.0 |
| flutter: |
| sdk: flutter |
| objective_c: |
| path: .. |
| |
| dev_dependencies: |
| flutter_test: |
| sdk: flutter |
| flutter_lints: ^6.0.0 |
| |
| flutter: |
| uses-material-design: true |