Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

applied dart fix and updated flutter versions #1285

Merged
merged 3 commits into from
Jun 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
changed picker button color to picoBlue
matt200-ok committed Jun 27, 2024
commit e605297f2305f5b7533ed535662f3fe94ae88c6b
3 changes: 3 additions & 0 deletions demo/flutter/lib/main.dart
Original file line number Diff line number Diff line change
@@ -334,6 +334,9 @@ class _MyAppState extends State<MyApp> with WidgetsBindingObserver {
fontWeight: FontWeight.bold,
fontSize: 15)),
titleAlignment: Alignment.topCenter,
gradientColors: [
picoBlue, picoBlue
],
items: _keywords.toList().map((x) => Center(
child: Text(x)
)).toList(),