flutter/examples/api/windows/runner
Loïc Sharma 6026eea9a4
[Windows] Flow version information to the build output (#106145)
Previously developers had to edit their `Runner.rc` file to update their executable's version information. Now, version information will automatically be set from `flutter build`'s arguments or the `pubspec.yaml` file for new projects. 

Addresses https://github.com/flutter/flutter/issues/73652
2022-06-27 10:45:56 -07:00
..
CMakeLists.txt [Windows] Flow version information to the build output (#106145) 2022-06-27 10:45:56 -07:00
flutter_window.cpp Extract Sample code into examples/api (#87280) 2021-08-25 09:45:12 -07:00
flutter_window.h Extract Sample code into examples/api (#87280) 2021-08-25 09:45:12 -07:00
main.cpp Add smoke tests for all the examples, fix 17 broken examples. (#89021) 2021-09-28 09:32:06 -07:00
resource.h Extract Sample code into examples/api (#87280) 2021-08-25 09:45:12 -07:00
runner.exe.manifest Update Windows manifest to declare Windows 11 (#104768) 2022-05-26 17:40:07 -07:00
Runner.rc [Windows] Flow version information to the build output (#106145) 2022-06-27 10:45:56 -07:00
utils.cpp Check string size before Win32 MultiByte <-> WideChar conversions (#99729) 2022-03-07 19:57:36 -08:00
utils.h Extract Sample code into examples/api (#87280) 2021-08-25 09:45:12 -07:00
win32_window.cpp Extract Sample code into examples/api (#87280) 2021-08-25 09:45:12 -07:00
win32_window.h Extract Sample code into examples/api (#87280) 2021-08-25 09:45:12 -07:00