- 26 Jul, 2022 1 commit
-
-
Jenn Magder authored
-
- 05 Apr, 2022 1 commit
-
-
Jenn Magder authored
-
- 26 Mar, 2022 1 commit
-
-
Greg Spencer authored
-
- 28 Sep, 2021 1 commit
-
-
Greg Spencer authored
This adds a smoke test for every single API example. It also fixes 17 tests that had bugs in them, or were otherwise broken, and even fixes one actual bug in the framework, and one limitation in the framework. The bug in the framework is that NetworkImage's _loadAsync method had await response.drain<List<int>>();, but if the response is null, it will throw a cryptic exception saying that Null can't be assigned to List<int>. The fix was just to use await response.drain<void>(); instead. The limitation is that RelativePositionedTransition takes an Animation<Rect> rect parameter, and if you want to use a RectTween with it, the value emitted there is Rect?, and one of the examples was just casting from Animation<Rect> to Animation<Rect?>, which is invalid, so I modified RelativePositionedTransition to take a Rect? and just use Rect.zero if the rect is null.
-
- 25 Aug, 2021 1 commit
-
-
Greg Spencer authored
This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
-
- 19 Nov, 2019 1 commit
-
-
Greg Spencer authored
I updated the build files for manual_tests, as well as adding in a macos and web directory to allow the manual tests to be run on the web or on desktop. The main change here are the parts that I added to the files in manual_tests/lib/... (the addition of kIsWeb to "if (!kIsWeb && Platform.isMacOS) {") The rest is just an update of the auto-generated code from flutter create.
-
- 12 Jun, 2019 1 commit
-
-
Jenn Magder authored
Change Xcode project developmentRegion to 'en' and plist CFBundleDevelopmentRegion to DEVELOPMENT_LANGUAGE (#34293)
-
- 01 Jun, 2018 1 commit
-
-
Chris Bracken authored
Eliminates 64-bit hardcoding for iOS test apps under dev/. This brings them in line with the default iOS app templates.
-
- 15 May, 2017 1 commit
-
-
- 09 Mar, 2017 1 commit
-
-
Sarah Zakarias authored
* Add flutter_view sample * Removed platform_services files * Addressed comments * update README.md * Addressed comments.
-
- 08 Mar, 2017 1 commit
-
-
Chris Bracken authored
Already enabled on Android.
-
- 26 Sep, 2016 1 commit
-
-
Chris Bracken authored
As of Xcode 7, Apple recommends setting the bundle identifier in the PRODUCT_BUNDLE_IDENTIFIER build variable and setting CFBundleIdentifier to that variable in Info.plist. As of Xcode 8, CLANG_WARN_INFINITE_RECURSION and CLANG_WARN_SUSPICIOUS_MOVE are recommended settings.
-
- 12 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 04 Aug, 2016 1 commit
-
-
Hans Muller authored
-
- 18 Jul, 2016 1 commit
-
-
Hans Muller authored
-
- 06 Jul, 2016 1 commit
-
-
Adam Barth authored
We now use a different approach for ios projects where the developer controls the Xcode project file. This patch removes the old ".generated" approach in favor of the new approach.
-
- 01 Apr, 2016 1 commit
-
-
Viktor Lidholt authored
Initial version of complex layout performance test
-
- 17 Feb, 2016 1 commit
-
-
Chinmay Garde authored
-
- 16 Feb, 2016 1 commit
-
-
Chinmay Garde authored
-
- 15 Oct, 2015 1 commit
-
-
Collin Jackson authored
-
- 27 Aug, 2015 1 commit
-
-
Ian Fischer authored
-
- 25 Aug, 2015 1 commit
-
-
Ian Fischer authored
-
- 14 Aug, 2015 1 commit
-
-
Chinmay Garde authored
-
- 08 Aug, 2015 1 commit
-
-
Ian Fischer authored
-
- 06 Aug, 2015 1 commit
-
-
Chinmay Garde authored
-
- 29 Jul, 2015 2 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
-
- 28 Jul, 2015 1 commit
-
-
Chinmay Garde authored
-