| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| |
| name: tour_of_beam |
| description: Tour of Beam |
| |
| publish_to: 'none' |
| |
| version: 0.1.0 |
| |
| environment: |
| sdk: '>=3.0.2 <4.0.0' |
| flutter: '>=3.10.4' |
| |
| dependencies: |
| app_state: ^0.9.3 |
| collection: ^1.17.1 |
| easy_localization: ^3.0.1 |
| easy_localization_ext: ^0.1.0 |
| easy_localization_loader: ^1.0.0 |
| enum_map: ^0.2.1 |
| equatable: ^2.0.5 |
| firebase_auth: ^4.1.1 |
| firebase_auth_platform_interface: ^6.11.7 |
| firebase_core: ^2.1.1 |
| flutter: { sdk: flutter } |
| |
| # TODO(nausharipov): return flutter_markdown when it is fixed, https://github.com/apache/beam/issues/26498 |
| # The exact version is used because this non-official package can be poorly maintained. |
| # Same in playground_components. |
| flutter_markdown_selectionarea: 0.6.14+3 |
| |
| flutter_svg: ^2.0.1 |
| get_it: ^7.2.0 |
| google_fonts: ^4.0.3 |
| hive: ^2.2.3 |
| http: ^0.13.5 |
| json_annotation: ^4.7.0 |
| keyed_collection_widgets: ^0.4.3 |
| markdown: ^7.0.1 |
| playground_components: { path: ../../../playground/frontend/playground_components } |
| playground_components_dev: { path: ../../../playground/frontend/playground_components_dev } |
| provider: ^6.0.3 |
| rate_limiter: ^1.0.0 |
| shared_preferences: ^2.0.15 |
| url_launcher: ^6.1.5 |
| url_strategy: ^0.2.0 |
| |
| dev_dependencies: |
| build_runner: ^2.2.0 |
| enum_map_gen: ^0.2.0 |
| flutter_gen_runner: ^5.2.0 |
| flutter_test: { sdk: flutter } |
| integration_test: { sdk: flutter } |
| json_serializable: ^6.5.4 |
| total_lints: ^2.17.0 |
| |
| flutter: |
| uses-material-design: true |
| assets: |
| - assets/translations/en.yaml |
| - assets/png/ |
| - assets/svg/ |
| |
| flutter_gen: |
| output: lib/assets/ |