Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f107067
feat: Add dart delegate
Ehesp Nov 11, 2025
8f90eef
feat: add support for hot reloading
Lyokone Jan 6, 2026
c03fdbe
fix: wait for build_runner initial build to complete
Lyokone Jan 8, 2026
98b784f
fix rooting
Lyokone Feb 4, 2026
dca0f66
emulator update
Lyokone Feb 19, 2026
ea3ee57
update functions.yaml directory
Lyokone Feb 20, 2026
38c131a
clean run on emulator
Lyokone Feb 24, 2026
0153b09
clear project
Lyokone Feb 24, 2026
efdce94
improve runtime checks
Lyokone Feb 24, 2026
a5a24af
Merge remote-tracking branch 'origin/master' into @invertase/dart
Lyokone Feb 24, 2026
f0e89f8
merge fixes
Lyokone Feb 24, 2026
bfe23a9
clean
Lyokone Feb 24, 2026
372c7a5
Fixing feedback from Gemini
Lyokone Feb 25, 2026
7fb8b34
compile before deploy
Lyokone Feb 25, 2026
63d84a8
remove placeholder runtime
Lyokone Feb 25, 2026
f4ab856
cross compiling
Lyokone Feb 25, 2026
80a29b7
emulator fix
Lyokone Feb 25, 2026
2e6c13e
fix rooting
Lyokone Feb 25, 2026
54a0dc1
fix emulator detection
Lyokone Feb 26, 2026
8f837d0
skipping compilation in emulator run
Lyokone Feb 26, 2026
f01ac10
clean output
Lyokone Feb 26, 2026
d9ed582
prevent duplicate watches
Lyokone Feb 26, 2026
38859fc
Merge branch 'main' into @invertase/dart
Lyokone Feb 26, 2026
3e2e1c2
dart entry point and min dart version enforcing
Lyokone Mar 3, 2026
1ca705c
change entry point to bin/server.dart
Lyokone Mar 4, 2026
8738bc4
update template
Lyokone Mar 6, 2026
a904a2a
Merge branch 'main' into @invertase/dart
dackers86 Mar 16, 2026
70b7f82
Merge branch 'main' into @invertase/dart
dackers86 Mar 17, 2026
6b5b79c
Merge branch 'main' into @invertase/dart
dackers86 Mar 17, 2026
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
6 changes: 6 additions & 0 deletions scripts/agent-evals/templates/crashlytics-flutter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,11 @@ captures/
# Formatter definitions
.idea/codeStyles/

# Dart/Flutter generated files
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
pubspec.lock

# Misc
.DS_Store
1 change: 0 additions & 1 deletion src/deploy/functions/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ export type Endpoint = Triggered & {
platform?: "gcfv1" | "gcfv2" | "run";

// Necessary for the GCF API to determine what code to load with the Functions Framework.
// Will become optional once "run" is supported as a platform
entryPoint: string;

// The services account that this function should run as.
Expand Down
56 changes: 0 additions & 56 deletions src/deploy/functions/runtimes/dart.ts

This file was deleted.

Loading
Loading