shared/pubspec.yaml (14 lines of code) (raw):
# Copyright 2023 Google LLC
#
# Licensed 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: cloud_provision_shared
publish_to: none # not intended for publication to pub.dev
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
http: ^0.13.0
googleapis_auth: ^1.4.1
yaml: ^3.1.2
dev_dependencies:
googleapis: ^11.3.0
flutter_dotenv: ^5.0.2
test: ^1.24.8
mockito: ^5.4.2
build_runner: ^2.4.6