1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
dependabot[bot]
aa1ed993d3 Bump fluentui_system_icons in /simplistic_calculator (#1136)
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>
2022-04-25 19:02:33 +10:00
dependabot[bot]
6d1b8db30e Bump fluent_ui from 3.10.3 to 3.11.0 in /simplistic_calculator (#1141)
Bumps [fluent_ui](https://github.com/bdlukaa/fluent_ui) from 3.10.3 to 3.11.0.
- [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/v.3.10.3...v3.11.0)

---
updated-dependencies:
- dependency-name: fluent_ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 18:59:16 +10:00
dependabot[bot]
bc8b4ebffc Bump fluent_ui from 3.10.2 to 3.10.3 in /simplistic_calculator (#1081)
Bumps [fluent_ui](https://github.com/bdlukaa/fluent_ui) from 3.10.2 to 3.10.3.
- [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/commits/v.3.10.3)

---
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-04-19 07:06:43 +10:00
dependabot[bot]
589e32b23f Bump flutter_layout_grid from 1.0.6 to 2.0.0 in /simplistic_calculator (#1086)
Bumps [flutter_layout_grid](https://github.com/shyndman/flutter_layout_grid) from 1.0.6 to 2.0.0.
- [Release notes](https://github.com/shyndman/flutter_layout_grid/releases)
- [Changelog](https://github.com/shyndman/flutter_layout_grid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shyndman/flutter_layout_grid/compare/v1.0.6...v2.0.0)

---
updated-dependencies:
- dependency-name: flutter_layout_grid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 06:57:18 +10:00
dependabot[bot]
0e3d256905 Bump fluentui_system_icons in /simplistic_calculator (#1068)
Bumps [fluentui_system_icons](https://github.com/microsoft/fluentui-system-icons) from 1.1.163 to 1.1.165.
- [Release notes](https://github.com/microsoft/fluentui-system-icons/releases)
- [Commits](https://github.com/microsoft/fluentui-system-icons/commits)

---
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>
2022-04-11 19:37:12 +10:00
dependabot[bot]
89b34b3b4a Bump fluent_ui from 3.10.0 to 3.10.2 in /simplistic_calculator (#1072)
Bumps [fluent_ui](https://github.com/bdlukaa/fluent_ui) from 3.10.0 to 3.10.2.
- [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/commits)

---
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-04-11 19:35:12 +10:00
Brett Morgan
3b46646306 flutter pub upgrade --major-versions (#1061) 2022-04-06 11:45:20 +10:00
Brett Morgan
a481c264cd Remove git:// url, update deps, fix destop_photo_search (#1052) 2022-03-19 08:37:04 +10:00
Miguel Beltran
07e99272f3 Add Min window size (#1048) 2022-03-08 11:08:02 +10:00
Brett Morgan
3cfdc5927e simplistic_calculator: Breaking apart into a bunch of steps (#1033) 2022-03-04 15:25:00 +10:00
Brett Morgan
67a6d1a068 Refactoring simplistic_calculator (#1032)
Seperate configuraiton data from display.
Also, it now uses constructor tearoffs.
2022-02-28 09:17:35 -08:00
Brett Morgan
4366e1015a Simplistic Calculator (#1030)
* Simplistic Calculator, initial commit

* Add Linux runner

* Add macOS runner, update `main.dart` for iOS

* Add a test
2022-02-27 09:09:31 -08:00