Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions lib/src/app/external_links.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ enum ExternalLink {
socialMastodon('https://fluttercommunity.social/@FlutterComm'),
socialGitHub('https://github.com/fluttercommunity/fc_ai_circle'),
socialMedium('https://medium.com/flutter-community'),
sessionizeCallForSpeakers('https://sessionize.com/fcaic/'),
buildWithAI2026(
'https://gdg.community.dev/events/details/google-gdg-nyc-presents-build-with-ai-2026-ai-flutter-club-week-1-introduction-to-flutter-amp-ai/'),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link returns 'Page not found'.

;

const ExternalLink(this.url);
Expand Down
3 changes: 2 additions & 1 deletion lib/src/components/footer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Footer extends StatelessComponent {
title: 'Community',
links: [
(path: ExternalLink.youTubeAgenticQA.url, label: 'What is Agentic Flutter?'),
(path: ExternalLink.sessionizeCallForSpeakers.url, label: 'Call for speakers'),
(path: ExternalLink.surveyContributors.url, label: 'Take the contributors survey'),
],
),
Expand All @@ -39,7 +40,7 @@ class Footer extends StatelessComponent {
div(classes: 'footer-bottom', [
small(
classes: 'copyright',
[text('© 2025 Flutter Community AI Circle. All rights reserved.')],
[text('© 2026 Flutter Community AI Circle. All rights reserved.')],
),
div(classes: 'social-links', [
SocialLink(
Expand Down
11 changes: 8 additions & 3 deletions lib/src/pages/builders_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,14 @@ class BuildersPage extends StatelessComponent {
url: ExternalLink.geminiFunctionCallingDocs.url,
),
ResourceLink(
title: 'MCP for Flutter Developers',
description: 'Understanding the Model Context Protocol for Flutter applications',
url: ExternalLink.youTubeJhinLeeMCPHumpdayQA.url,
title: 'dart_mcp (Official Lab SDK)',
description: 'Official Dart labs package for making MCP servers and clients',
url: 'https://pub.dev/packages/dart_mcp',
),
ResourceLink(
title: 'mcp_dart (Community SDK)',
description: 'Dart SDK for the Model Context Protocol (MCP)',
url: 'https://pub.dev/packages/mcp_dart',
),
],
),
Expand Down
7 changes: 3 additions & 4 deletions lib/src/pages/home_page.dart
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RandalSchwartz I know we have the link at the top under 'YouTub', but so that it is clear there is a link to our playlist, I would like the Past Livestream to be left, but updated to 'Past Livestreams' and have a link to our YouTube playlist: https://www.youtube.com/playlist?list=PL4dBIh1xps-HIYvaEIbLWHZqt_WGBfpx3

Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ class _FeaturesSection extends StatelessComponent {
),
div(classes: 'features-grid', [
_FeatureCard(
title: 'Past Livestream',
description: 'FCAIC #1 - Prompt, Code, Think: Welcome to AI in Flutter',
url:
'https://www.youtube.com/watch?v=Gub1DY8ScwU&list=PL4dBIh1xps-HIYvaEIbLWHZqt_WGBfpx3',
title: '2026 Series',
description: 'Build with AI 2026: Introduction to Flutter and AI',
url: ExternalLink.buildWithAI2026.url,
),
_FeatureCard(
title: 'Agentic Apps Spotlight',
Expand Down
22 changes: 15 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ packages:
dependency: transitive
description:
name: build_modules
sha256: "0327cb2a9eefba197b63f71872c38bafe4c63b331797a43618d6c270516a6447"
sha256: "8a605a996691e79c5d81d9051e849680917157e27bd655b9cd2c5bb8019a432e"
url: "https://pub.dev"
source: hosted
version: "5.0.11"
version: "5.1.5"
build_resolvers:
dependency: transitive
description:
Expand Down Expand Up @@ -125,10 +125,10 @@ packages:
dependency: "direct dev"
description:
name: build_web_compilers
sha256: "01cfac85e835d9fe8e87928958586ddbd477d98cfac5af2442cb2df6bbb42dff"
sha256: "37b1e61ae004124bfbb49079f73ee548d216acc901a58e65b0ffe02baa21cb96"
url: "https://pub.dev"
source: hosted
version: "4.1.1"
version: "4.4.6"
built_collection:
dependency: transitive
description:
Expand Down Expand Up @@ -429,10 +429,10 @@ packages:
dependency: transitive
description:
name: scratch_space
sha256: "8510fbff458d733a58fc427057d1ac86303b376d609d6e1bc43f240aad9aa445"
sha256: "3417e014d20b12cebc5bfb1c0b1f63806054177158596cc31cc4d9aaca767a60"
url: "https://pub.dev"
source: hosted
version: "1.0.2"
version: "1.2.0"
shelf:
dependency: transitive
description:
Expand Down Expand Up @@ -561,6 +561,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.1.0+2"
uuid:
dependency: transitive
description:
name: uuid
sha256: a11b666489b1954e01d992f3d601b1804a33937b5a8fe677bd26b8a9f96f96e8
url: "https://pub.dev"
source: hosted
version: "4.5.2"
vector_math:
dependency: "direct main"
description:
Expand Down Expand Up @@ -618,4 +626,4 @@ packages:
source: hosted
version: "3.1.3"
sdks:
dart: ">=3.6.0 <3.8.0-z"
dart: ">=3.7.0 <3.12.0-z"