- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 09 Mar, 2022 1 commit
-
-
Jeff Ward 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 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 30 Mar, 2021 1 commit
-
-
Michael Thomsen authored
-
- 10 Oct, 2020 1 commit
-
-
Jonah Williams authored
Remove flutter create --with-driver-test . Fixes #64095
-
- 23 Sep, 2020 1 commit
-
-
Greg Spencer authored
Based on feedback from various desktop developers, and to be consistent between the defaults and the sample code, this PR switches the default for visual density in desktop themes to be compact instead of standard. It also removes the same setting from the sample code generated by "flutter create" because it is no longer needed now that it is the default.
-
- 31 Mar, 2020 1 commit
-
-
Greg Spencer authored
Adds a VisualDensity.adaptivePlatformDensity static function that returns different values for visual density based on the defaultTargetPlatform. Returns compact for desktop platforms, and a default visual density for other platforms.
-
- 03 Mar, 2020 1 commit
-
-
Greg Spencer authored
This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms. Fixes #31366
-
- 25 Jan, 2020 1 commit
-
-
Hans Muller authored
-
- 27 Nov, 2019 1 commit
-
-
Greg Spencer authored
This PR adds TargetPlatform.macOS to the TargetPlatform enum. This allows us to begin implementation of some adaptive UI based on which target platform is desired. I haven't updated the tests here, that will come in a follow-up PR.
-
- 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
-
- 08 Jul, 2019 1 commit
-
-
Karen Rustad Tölva authored
-
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 30 Oct, 2018 2 commits
-
-
Devon Carew authored
* update the docs for the module template * update text
-
Michael Thomsen authored
* Update template comments Make template comments consistent with recent tools changes * Update packages/flutter_tools/templates/app/lib/main.dart.tmpl Co-Authored-By:
mit-mit <mit-mit@users.noreply.github.com> * Fix merge conflict
-
- 10 Oct, 2018 1 commit
-
-
Philip authored
* Remove new keyword from default template app
-
- 04 Oct, 2018 1 commit
-
-
Greg Spencer authored
This renames the "module" template to the "application" template, and makes "application" the default. The existing "app" template is now deprecated. flutter create also now recognizes the type of project in an existing directory, and is able to recreate it without having the template type explicitly specified (although you can still do that). It does this now by first looking in the .metadata file for the new project_type field, and if it doesn't find that, then it looks at the directory structure. Also, the .metadata file is now overwritten even on an existing directory so that 1) the project_type can be added to legacy projects, and 2) the version of Flutter that updated the project last is updated. I also cleaned up a bunch of things in create_test.dart, added many more tests, and added an example test to the test/ directory in the generated output of the application template. Fixes #22530 Fixes #22344
-
- 24 May, 2018 1 commit
-
-
Sarah Zakarias authored
-
- 20 Oct, 2017 1 commit
-
-
Devon Carew authored
-
- 26 Sep, 2017 1 commit
-
-
asaarnak authored
* Seems like a lint was renamed. Lint `- unnecessary_brace_in_string_interp` is not in the list here: http://dart-lang.github.io/linter/lints/ In linter [0.1.30](https://github.com/dart-lang/linter/blob/9652dd44b6b32d5c8fc0262f67e037842ef207cc/CHANGELOG.md#0130): [http://dart-lang.github.io/linter/lints/unnecessary_brace_in_string_interp.html](unnecessary_brace_in_string_interp) In linter [0.1.2](https://github.com/dart-lang/linter/blob/9652dd44b6b32d5c8fc0262f67e037842ef207cc/CHANGELOG.md#012): [http://dart-lang.github.io/linter/lints/unnecessary_brace_in_string_interps.html](unnecessary_brace_in_string_interps) * Fix lint tests. analyze_once_test.dart and create_test.dart
-
- 31 Aug, 2017 1 commit
-
-
Phil Quitslund authored
* Update Hot Reload label text in template app instructions. * label fix
-
- 26 Jul, 2017 1 commit
-
-
Devon Carew authored
-
- 08 Jun, 2017 1 commit
-
-
Michael Thomsen authored
* Remove comments unrelated to plugin example app * Review feedback
-
- 05 Jun, 2017 1 commit
-
-
Ian Hickson authored
-
- 21 Apr, 2017 1 commit
-
-
Michael Thomsen authored
* Make seperation between app and plugin main.dart more manageable. * Jakob review feedback * Remove empty line * Add missing newline
-
- 11 Apr, 2017 1 commit
-
-
xster authored
Rename State.config to State.widget Rename State.didUpdateConfig to State.didUpdateWidget Renamed all State subclasses' local variables named config to something else
-
- 30 Mar, 2017 1 commit
-
-
Jakob Andersen authored
Plugin projects are created by running `flutter create --plugin <name>`. An example app is also created in the plugin project, using the normal 'create' template, which has been modified to allow for conditional plugin code. Modified the android package name to match package naming conventions (all lower-case, and must match the directory name).
-
- 06 Mar, 2017 1 commit
-
-
Michael Thomsen authored
* Small update to instructional comments in app template * Update Flutter Driver comment Good suggestion to add the link, Seth! I also updated the working to match what that page uses.
-
- 02 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 01 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 24 Oct, 2016 1 commit
-
-
Ian Hickson authored
This should help new users figure out how to set up their constructors and use config data from the build method of a State.
-
- 21 Oct, 2016 1 commit
-
-
Ian Hickson authored
This tries to capture some of the experience of usability study participant P1.
-
- 11 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 24 Aug, 2016 1 commit
-
-
Dan Rubel authored
* test flutter create project dart file is properly formatted * restore driver-test * cleanup lint warnings * address comment
-
- 19 Aug, 2016 1 commit
-
-
Dan Rubel authored
-
- 21 Jun, 2016 1 commit
-
-
Ian Hickson authored
Anywhere that accepted IconData now accepts either an Icon or an ImageIcon. Places that used to take an IconData in an `icon` argument, notably IconButton and DrawerItem, now take a Widget in that slot. You can wrap the value that used to be passed in in an Icon constructor to get the same result. Icon itself now takes the icon as a positional argument, for brevity. ThemeData now has an iconTheme as well as a primaryIconTheme, the same way it has had a textTheme and primaryTextTheme for a while. IconTheme.of() always returns a value now (though that value itself may have nulls in it). It defaults to the ThemeData.iconTheme. IconThemeData.fallback() is a new method that returns an icon theme data structure with all fields filled in. IconTheme.merge() is a new constructor that takes a context and creates a widget that mixes in the new values with the inherited values. Most places that introduced an IconTheme widget now use IconTheme.merge. IconThemeData.merge and IconThemeData.copyWith act in a way analogous to the similarly-named members of TextStyle. ImageIcon is introduced. It acts like Icon but takes an ImageProvider instead of an IconData. Also: Fix the analyzer to actually check the stocks app.
-
- 20 Apr, 2016 1 commit
-
-
Ian Hickson authored
The 'routes' table is a point of confusion with new developers. By providing a 'home' argument that sets the '/' route, we can delay the point at which we teach developers about 'routes' until the point where they want to have a second route.
-