- 17 Feb, 2016 30 commits
-
-
Viktor Lidholt authored
Adds dialog for completed workout in Fitness demo
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Devon Carew authored
More work on validation
-
Devon Carew authored
-
Hans Muller authored
Updated grid.dart
-
Hans Muller authored
-
Devon Carew authored
rename some flutter command references in readmes
-
Devon Carew authored
-
Devon Carew authored
make the ios development path less mandatory
-
Devon Carew authored
-
Adam Barth authored
Revert "iOS: Treat the initial Info.plist string as a mustache templa…
-
Adam Barth authored
Revert "iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier" This reverts commit dd4361bc. We still use the hard-coded name in a number of places, including launching the app on the iOS simulator. Fixes #1950
-
Chinmay Garde authored
Update the regex used to filter out Flutter specific logs
-
Chinmay Garde authored
Perform an engine version check on start and update the Xcode project if necessary
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier
-
Chinmay Garde authored
iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier
-
Adam Barth authored
Improve error message when Android SDK not found
-
Adam Barth authored
Also, look for the Android SDK in the default locations.
-
Hans Muller authored
Added Grid row and column spacing, changed padding interpretation Grid padding now defines the distance the overall grid is inset. The grid rowSpacing and columnSpacing attributes define the space between rows and columns respectively.
-
Hans Muller authored
-
Chinmay Garde authored
Add iOS configuration files for all examples and remove GN related files
-
Chinmay Garde authored
-
Eric Seidel authored
Hide flutter run_mojo
-
Eric Seidel authored
-
Chinmay Garde authored
Add iOS specific assets to the Stocks example
-
Adam Barth authored
Remove flutter ios command
-
Adam Barth authored
All the functionality of this command has been integrated into other commands.
-
- 16 Feb, 2016 10 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
Refactor: Rename initialize_xcode.dart to setup_xcodeproj.dart
-
Adam Barth authored
Enforce that we get a final move to the pointer up location
-
Chinmay Garde authored
-
Chinmay Garde authored
`flutter start` initializes the Xcode project if the user has not already done so.
-
Chinmay Garde authored
-
Adam Barth authored
Previously we asserted that we got a pointer move to the location where the pointer up occured, but not all sources of pointer packets respect that invariant. Specifically, on the iOS simulator, of you drag outside the window, you'll get a stream of pointers that violates that invariant. This patch teaches the converter to insert a PointerMoveEvent to move the pointer to the location where the up occurs, repairing the invariant. Fixes #1912
-
Adam Barth authored
Dart SDK is no longer needed
-
Adam Barth authored
Add docs for RepaintBoundary
-
Adam Barth authored
-