- 23 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* dart fix --apply * manual fixes * fix after merge conflicts * review
-
- 12 Jan, 2023 2 commits
-
-
Parker Lougheed authored
* Use correct API doc link in create --sample help message * Verify Flutter and Dart website links in tool help messages use https * Adjust test failure reasoning message
-
Andrew Kolos authored
* reduce pub output from flutter create * fix fake Pub implementations * fix tests * Update pub.dart * replace enum with simpler boolean * fix tests * Revert "fix tests" This reverts commit 8a3182d3b95d4f2bf337343cdb76e88c2f428ca8. * Revert "replace enum with simpler boolean" This reverts commit 445dbc443db4eb5ce284f76749f60e81208b8783. * go back to using an enum
-
- 15 Dec, 2022 1 commit
-
-
stuartmorgan authored
* Add an integration test to plugin template example Dart unit tests don't exercise host-side plugin code at all, so the example tests in the plugin template currently have very little meaningful coverage. This adds an integration test to the example app when creating a plugin, so that there's an example of how to actually test that a complete round-trip plugin call works. This is done as a separate template that's currently only used by the plugin template because I don't know what a good example for a non-plugin case would be that isn't largely just a duplicate of the widget tests. However, the integration test pre-includes conditionals around the parts that are plugin-specific so that it can more easily be expanded to other use cases later (e.g., in https://github.com/flutter/flutter/issues/68818). Part of https://github.com/flutter/flutter/issues/82458 * Add integration test to expected dependencies of a plugin app * Test fixes * Make an explicit test case
-
- 06 Dec, 2022 1 commit
-
-
Michael Thomsen authored
-
- 10 Nov, 2022 1 commit
-
-
Ian Hickson authored
The recent survey suggests that some people are not finding documentation after they get started with Flutter, so let's just give them links right away. It might not help everyone but there's not really any downside so...
-
- 24 Oct, 2022 1 commit
-
-
Greg Spencer authored
-
- 08 Sep, 2022 1 commit
-
-
Sigurd Meldgaard authored
-
- 02 Sep, 2022 1 commit
-
-
Pierre-Louis authored
-
- 29 Aug, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit 3802eb62.
-
Sigurd Meldgaard authored
-
- 29 Jun, 2022 1 commit
-
-
Daco Harkes authored
-
- 25 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 10 May, 2022 1 commit
-
-
Aman Verma authored
-
- 09 May, 2022 1 commit
-
-
Jesús S Guerrero authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Apr, 2022 1 commit
-
-
Jonah Williams authored
-
- 06 Apr, 2022 1 commit
-
-
creativecreatorormaybenot authored
* Use single quotes for `dartSdkVersionBounds` * Update update_packages_test.dart * Update test_project.dart * Update tests_project.dart * Update compile_error_project.dart * Update hot_reload_with_asset.dart * Update break_on_framework_exceptions_test.dart * Update basic_project.dart
-
- 16 Mar, 2022 1 commit
-
-
Gary Qian authored
-
- 02 Feb, 2022 1 commit
-
-
Collin Jackson authored
-
- 26 Jan, 2022 1 commit
-
-
Daco Harkes authored
-
- 04 Jan, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit 5257f029.
-
Daco Harkes authored
* Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop. * Sample code doing a synchronous FFI call. * Sample code doing a long running synchronous FFI call on a helper isolate. * Use of `package:ffigen` to generate the bindings.
-
- 15 Dec, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 11 Nov, 2021 1 commit
-
-
Greg Spencer authored
-
- 04 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 20 Oct, 2021 1 commit
-
-
Chris Yang authored
-
- 07 Oct, 2021 1 commit
-
-
Jenn Magder authored
-
- 06 Oct, 2021 1 commit
-
-
Pierre-Louis authored
-
- 14 Sep, 2021 1 commit
-
-
Michael Thomsen authored
-
- 01 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 28 Jun, 2021 1 commit
-
-
Filip Hracek authored
-
- 08 Jun, 2021 1 commit
-
-
Alex Melnyk authored
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 19 May, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 15 May, 2021 1 commit
-
-
Chris Bracken authored
Windows package identifiers are globally unique strings, typically a GUID. These are required for templates that require a Windows package name as described in https://docs.microsoft.com/en-us/windows/win32/appxpkg/appx-portal Fixes https://github.com/flutter/flutter/issues/82587
-
- 08 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 07 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 30 Mar, 2021 1 commit
-
-
Michael Thomsen authored
-