| android_sdk_config: |
| add_gradle_deps: true |
| android_example: 'example/' |
| |
| preamble: | |
| // Copyright (c) 2022, 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. |
| |
| source_path: |
| - 'android/src/main/java' |
| classes: |
| - 'com.example.notification_plugin.Notifications' |
| |
| output: |
| dart: |
| path: 'lib/notifications.dart' |
| ## Output to single file instead of recreating source's file structure. |
| ## This will be useful to reduce clutter when binding a small number of |
| ## classes. |
| structure: 'single_file' |