- 05 Apr, 2023 3 commits
-
-
htoor3 authored
[web] Skip temporarily broken test
-
Loïc Sharma authored
Add CallbackShortcuts example
-
Chris Bracken authored
In #122336 we migrated the principal class from NSApplication to FlutterApplication in the app Info.plist. We removed the need for FlutterApplication in https://github.com/flutter/engine/pull/40929. This reverses the migration for anyone who previously upgraded on the Flutter master branch. Issue: https://github.com/flutter/flutter/issues/30735 ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [X] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [X] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [X] I signed the [CLA]. - [X] I listed at least one issue that this PR fixes in the description above. - [X] I updated/added relevant documentation (doc comments with `///`). - [X] I added new tests to check the change I am making, or this PR is [test-exempt]. - [X] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat
-
- 04 Apr, 2023 1 commit
-
-
Greg Spencer authored
Rename Sample classes
-
- 03 Apr, 2023 1 commit
-
-
Flutter GitHub Bot authored
Roll pub packages
-
- 31 Mar, 2023 2 commits
-
-
Kate Lovett authored
Fix docs and error messages for scroll directions + sample code
-
Danny Tuppeny authored
Roll pub packages
-
- 30 Mar, 2023 2 commits
-
-
Mitchell Goodwin authored
Create CupertinoRadio Widget
-
Greg Spencer authored
-
- 29 Mar, 2023 4 commits
-
-
Vinny authored
Modified TextField docs - Replaced 'labelText' to 'hintText' in code snippet
-
Simon Binder authored
Treat hidden `IndexedStack` children as offstage for test finder
-
Michael Goderbauer authored
Check cc files
-
Bartek Pacia authored
Fix warning in `flutter create`d project ("package attribute is deprecated" in AndroidManifest) (#123426) Fix warning in `flutter create`d project ("package attribute is deprecated" in AndroidManifest)
-
- 28 Mar, 2023 3 commits
-
-
Qun Cheng authored
-
Chris Bracken authored
[macOS] platform_channel sample style cleanups
-
Chris Bracken authored
[macOS] Eliminate explicit main window init()
-
- 24 Mar, 2023 1 commit
-
-
Hans Muller authored
Added ExpansionTileController
-
- 23 Mar, 2023 4 commits
-
-
Pierre-Louis authored
Add support for secondary tab bar
-
Chris Bracken authored
Adds a check for the case where a device has no battery present. The devicelab test expects the text "No battery." in the case where a device has no battery. This is triggered by returning an error with a NO_BATTERY error code. Also applies some cosmetic fixes: * Amends a copyright notice to Flutter instead of com.example * Deletes an unused test. Issue: https://github.com/flutter/flutter/issues/79204
-
Flutter GitHub Bot authored
Roll pub packages
-
Chris Bracken authored
Adds a macOS implementation of the platform_channel example, demonstrating method channels and event channels with a battery power plugin. Adds platform_channel_sample_test_macos macOS host test to verify the sample works. Issue: https://github.com/flutter/flutter/issues/79204
-
- 22 Mar, 2023 2 commits
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
Ian Hickson authored
Documentation improvements
-
- 21 Mar, 2023 3 commits
-
-
Bartek Pacia authored
Fix Gradle warning in a freshly `flutter create`ed Android project
-
Michael Goderbauer authored
Bump lower Dart SDK constraints to 3.0 & add class modifiers
-
Christopher Fujino authored
manual pub roll
-
- 19 Mar, 2023 1 commit
-
-
Eilidh Southren authored
* add shadowColor property * add to bottom app bar * basic MCU connection demo * more image tests * demo update * remove branch changes * demo cleanup * cleanup * update algo * working consistent example * demo cleanup * Added tests * fix merge * rebase * basic MCU connection demo * more image tests * demo update * remove branch changes * demo cleanup * cleanup * update algo * working consistent example * demo cleanup * Added tests * lint fixes * fix theme error * whitespace fixes * revert old commit * update test formatting * modify image source to external repo * remove pngs * add blank line * fix web tests * comment responses * remove whitespace * whitespace * whitespace
-
- 17 Mar, 2023 2 commits
-
-
Greg Spencer authored
Revert unintentional changes to Info.plist files
-
Greg Spencer authored
Add support for application exit requests
-
- 16 Mar, 2023 1 commit
-
-
Greg Spencer authored
Add macos project auto migration code for FlutterApplication
-
- 08 Mar, 2023 3 commits
-
-
Bruno Leroux authored
Add one DefaultTextStyle example
-
Bruno Leroux authored
SystemUiOverlayStyle, add two examples and improve documentation
-
Jami Couch authored
Add support for iOS UndoManager
-
- 06 Mar, 2023 1 commit
-
-
Bruno Leroux authored
Add ZoomPageTransitionsBuilder.allowSnapshotting
-
- 04 Mar, 2023 1 commit
-
-
Qun Cheng authored
-
- 03 Mar, 2023 1 commit
-
-
Flutter GitHub Bot authored
Roll pub packages
-
- 02 Mar, 2023 2 commits
-
-
Bruno Leroux authored
Cleanup PageTransitionsTheme documentation and add one example
-
LongCatIsLooong authored
`OverlayPortal`
-
- 01 Mar, 2023 1 commit
-
-
Flutter GitHub Bot authored
Roll pub packages
-
- 28 Feb, 2023 1 commit
-
-
Taha Tesser authored
Update date picker examples, remove unused variables and add missing tests
-