- 21 Mar, 2023 1 commit
-
-
Victoria Ashworth authored
Set plugin template minimum iOS version to 11.0
-
- 25 Aug, 2022 1 commit
-
-
Daco Harkes authored
-
- 05 Aug, 2022 1 commit
-
-
Daco Harkes authored
-
- 27 May, 2022 1 commit
-
-
Daco Harkes authored
-
- 25 Mar, 2022 1 commit
-
-
Ahmed Ashour authored
-
- 22 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 09 Mar, 2022 1 commit
-
-
Jeff Ward authored
-
- 04 Feb, 2022 1 commit
-
-
stuartmorgan authored
-
- 03 Feb, 2022 1 commit
-
-
Daco Harkes 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.
-
- 10 Sep, 2021 1 commit
-
-
Jenn Magder authored
-
- 13 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 30 Mar, 2021 1 commit
-
-
Michael Thomsen authored
-
- 22 Feb, 2021 1 commit
-
-
Sunbreak authored
Signed-off-by: Sunbreak <sunbreak.wang@gmail.com>
-
- 01 Dec, 2020 1 commit
-
-
Chris Yang authored
[flutter_tools] Display "no platforms" message based on results when creating plugins project (#70215)
-
- 19 Oct, 2020 1 commit
-
-
Michael Thomsen authored
-
- 04 Aug, 2020 1 commit
-
-
Chris Yang authored
-
- 08 Jul, 2020 1 commit
-
-
Jonah Williams authored
Gives plugin and package a constraint on the flutter version, which will be from 2 stable's ago when this goes to stable. Adds an upper bound of 2.0
-
- 24 Jun, 2020 1 commit
-
-
Chris Yang authored
-
- 23 Jun, 2020 1 commit
-
-
David Iglesias authored
-
- 19 Mar, 2020 1 commit
-
-
Michael Thomsen authored
-
- 03 Mar, 2020 1 commit
-
-
stuartmorgan authored
Adds initial support for `flutter create` of apps and plugins. This is derived from the current FDE example app and sample plugin, with a few changes: - Added template values where it makes sense. - Moved some likely-to-change values into separate files for now, to simplify the delete/recreate cycle that will be necessary until it's stable. - Added some minor Makefile flag handling improvements Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the `create` output about the fact that it won't be stable.
-
- 28 Feb, 2020 1 commit
-
-
stuartmorgan authored
Now that the new schema is supported on the stable channel, and the old schema is considered legacy, the template should always create plugins using the new schema.
-
- 30 Jan, 2020 2 commits
-
-
Greg Spencer authored
This reverts commit 9d4a35ba because it appears to break the gradle_non_android_plugin_test.
-
stuartmorgan authored
Now that the new schema is supported on the stable channel, and the old schema is considered legacy, the template should always create plugins using the new schema.
-
- 10 Jan, 2020 1 commit
-
-
Gerrit authored
-
- 20 Sep, 2019 1 commit
-
-
stuartmorgan authored
Adds macOS support for `flutter create`: - Currently it is behind a hidden flag. - Adds a TargetPlatform workaround to lib/main.dart in the standard app template when enabled. - Supports `app` and `plugin`; `module` support doesn't yet exist for macOS in general. This will eliminate the need to use FDE's examples as templates on macOS. The templates are based on the current state of FDE's examples, with templating support added (and with adoption of the new application delegate in the app, which hadn't been done yet in FDE, eliminating some boilerplate from the template). Fixes #30703
-
- 14 May, 2019 1 commit
-
-
Kate Lovett authored
* Updating dart.dev related links * Update packages/flutter_tools/lib/src/base/context.dart
-
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 12 Feb, 2019 1 commit
-
-
TruongSinh Tran-Nguyen authored
-
- 08 Jan, 2019 1 commit
-
-
Devon Carew authored
-
- 08 Nov, 2018 1 commit
-
-
Dan Field authored
* Document module pubspec * update doc on plugin template * clarify language
-
- 15 Aug, 2018 3 commits
-
-
Martin Kustermann authored
* Reland "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)" This is a re-land with downgraded `package:flutter_gallery_assets` version. * Downgrade package:flutter_gallery_assets to 0.1.4 * Change engine.version to 81baff97c29bb08cbf8453a3f9042c5813f84ad3 (which contains an additional fix) * Change engine.version to e3687f70c7ece72000b32ee1b3c02755ba5361ac (since mac tarballs are corrupted on earlier commit)
-
Martin Kustermann authored
Reason for revert: The package:flutter_gallery_assets has removed some images which are required for the examples/flutter_gallery, so the gallery build is failing (only discovered after landing, since gallery doesn't seem to get built during github PR presubmit checks)
-
Martin Kustermann authored
This CL * rolls `engine.version` to flutter/engine@b148e628 (which includes dart sdk 2.1.0-dev) * rolls `goldens.version` to flutter/goldens@6c45fafdf (which includes updates due to skia changes in engine) * changes `platform.dill` to `platform_strong.dill` in various places due to flutter/engine@a84b210b * adds explicit `environment: sdk: ">=2.0.0-dev.68 < 3.0.0"` constraints to `pubspec.yaml` and `pubspec.yaml.tmpl` files (since pub defaults to `<2.0.0` if omitted) * upgrades to newer versions of various 3rd party packages (to ensure transitive dependencies have `<3.0.0` sdk constraint)
-
- 25 Sep, 2017 1 commit
-
-
Sarah Zakarias authored
-