Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 96a8352

Browse files
committed
[Cupertino] Add Action Sheet & Dialog
1 parent a96e654 commit 96a8352

30 files changed

+2474
-66
lines changed

Runtime/cupertino/action_sheet.cs

Lines changed: 1042 additions & 0 deletions
Large diffs are not rendered by default.

Runtime/cupertino/action_sheet.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime/cupertino/app.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,13 @@ void _updateNavigator() {
124124
this._navigatorObservers = new List<NavigatorObserver>();
125125
}
126126
}
127-
127+
128+
// Iterable<LocalizationsDelegate<dynamic>> get _localizationsDelegates sync* {
129+
// if (widget.localizationsDelegates != null)
130+
// yield* widget.localizationsDelegates;
131+
// yield DefaultCupertinoLocalizations.delegate;
132+
// }
133+
128134
List<LocalizationsDelegate> _localizationsDelegates {
129135
get {
130136
List<LocalizationsDelegate<CupertinoLocalizations>> _delegates =

0 commit comments

Comments
 (0)