1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Files
samples/simplistic_calculator/pubspec.yaml
dependabot[bot] 18d9b0cacf Bump fluent_ui from 3.11.0 to 3.11.1 in /simplistic_calculator (#1187)
Bumps [fluent_ui](https://github.com/bdlukaa/fluent_ui) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/bdlukaa/fluent_ui/releases)
- [Changelog](https://github.com/bdlukaa/fluent_ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bdlukaa/fluent_ui/compare/v3.11.0...v3.11.1)

---
updated-dependencies:
- dependency-name: fluent_ui
  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>
2022-05-02 20:52:13 +10:00

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.1
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