- 26 Feb, 2016 24 commits
-
-
Hans Muller authored
Add CheckedPopupMenuitem, update the Stocks demo
-
Adam Barth authored
Simplify demo template
-
Adam Barth authored
We don't need these keys. Also, improve style in several places. Fixes #2225
-
Hans Muller authored
-
Devon Carew authored
some performance optimizations for starting apps
-
Devon Carew authored
-
Hans Muller authored
-
Ian Hickson authored
Handle conflicting 'library' identifiers
-
Adam Barth authored
-
Adam Barth authored
Move update_packages.dart to `flutter update-packages`
-
Chinmay Garde authored
Update engine revision to pick up the fixes for instability on iOS
-
Hixie authored
Also, handle the new directory structure of the flutter repo.
-
Devon Carew authored
add timing info for flx creation
-
Ian Hickson authored
SizeObserver crusade: RawInputLine
-
Yegor authored
decouple `flutter drive` from `flutter start`; make things in `flutter_tools` more testable
-
Devon Carew authored
-
Yegor Jbanov authored
flutter start's method of finding devices to run the app on is not suitable for flutter drive. This commit also refactors several tool services to allow mocking in unit tests.
-
Hixie authored
-
Devon Carew authored
-
Chinmay Garde authored
-
Ian Hickson authored
Pin analyzer package so that we're consistent
-
Hans Muller authored
Gallery Menu Demo etc
-
Adam Barth authored
Now that we don't require the Dart SDK to be in your path, it's hard to run ./dev/update_packages.dart. Instead, you can now run `flutter update-packages`. Fixes #1906
-
Hans Muller authored
-
- 25 Feb, 2016 16 commits
-
-
Hixie authored
See the comment in the patch for details.
-
Ian Hickson authored
SizeObserver crusade: Dismissable
-
Chinmay Garde authored
Update engine revision
-
Eric Seidel authored
Remove examples/fitness
-
Eric Seidel authored
We originally wrote examples/fitness to be an app which all members of the Flutter team could carry on their phones and use every day. It served us well for testing of Text input, Keyboards and writing/reading JSON. It's never actually become a real carry app, so lets just let it go for now. @abarth @collinjackson
-
Phil Quitslund authored
Ignore `flutter analyze` errors via analysis options.
-
Hixie authored
Refactor Dismissable to not need a SizeObserver and to generally tighten up the code a bit.
-
https://github.com/flutter/flutterpq authored
# Conflicts: # packages/flutter_tools/lib/src/commands/analyze.dart
-
pq authored
Migrates error suppression from regexps to analysis options. * Ignore TODOs. * Ignore strong mode field and method overrides (see `InvalidFieldOverride` and `InvalidMethodOverride` in `strong/info.dart`. * Remove stale regexp to capture refs to dead `dart:ui_internals` URI. * Remove stale regexp to capture dead strong mode "will need runtime check to cast to type" error (https://github.com/dart-lang/sdk/issues/24542). 5 regexp downs, another small handful (~4) to go! :)
-
Jason Simmons authored
Do not create a font manifest if the app has no flutter.yaml
-
pq authored
Migrates error suppression from regexps to analysis options. * Ignore TODOs. * Ignore strong mode field and method overrides (see `InvalidFieldOverride` and `InvalidMethodOverride` in `strong/info.dart`. * Remove stale regexp to capture refs to dead `dart:ui_internals` URI. * Remove stale regexp to capture dead strong mode "will need runtime check to cast to type" error (https://github.com/dart-lang/sdk/issues/24542). 5 regexp downs, another small handful (~4) to go! :)
-
Chinmay Garde authored
Pulls in the following changed required for iOS: * Application identifiers are legal UTIs. * Dart precompiled dylib is not a candidate for dead code stripping. * Account for relative paths on readlink in SnapshotterInvoke
-
Chinmay Garde authored
Re-run `flutter create` on examples to fill in icons and other assets
-
Chinmay Garde authored
-
Jason Simmons authored
-
Matt Perry authored
Use pointycastle as crypto library. cipher is deprecated.
-