mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Bumps [fluentui_system_icons](https://github.com/microsoft/fluentui-system-icons) from 1.1.165 to 1.1.166. - [Release notes](https://github.com/microsoft/fluentui-system-icons/releases) - [Commits](https://github.com/microsoft/fluentui-system-icons/commits/1.1.166) --- updated-dependencies: - dependency-name: fluentui_system_icons dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31 lines
617 B
YAML
31 lines
617 B
YAML
name: simplistic_calculator
|
|
description: A new Flutter project.
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.16.1 <3.0.0"
|
|
|
|
dependencies:
|
|
auto_size_text: ^3.0.0
|
|
cupertino_icons: ^1.0.2
|
|
fluent_ui: ^3.11.0
|
|
fluentui_system_icons: ^1.1.166
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_layout_grid: ">=1.0.3 <3.0.0"
|
|
flutter_riverpod: ^1.0.3
|
|
math_expressions: ^2.3.0
|
|
window_size:
|
|
git:
|
|
url: https://github.com/google/flutter-desktop-embedding
|
|
path: plugins/window_size
|
|
|
|
dev_dependencies:
|
|
flutter_lints: ^1.0.0
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
uses-material-design: true
|