Issues
- 1
DartPad shows white screen with WebAssembly errors in Chrome and Edge
#3051 opened by Sithila-Sihan-Somaratne - 1
Add route for creating a new Flutter app
#3050 opened by johnpryan - 3
Not running code
#3042 opened by everythingfreee - 3
Error output should use monospace font
#2933 opened by lrhn - 0
Support an "offline" version of Dart pad that does not require internet connectivity
#3048 opened by kenzieschmoll - 0
[error] A message on the flutter/lifecycle channel was discarded before it could be handled.
#3046 opened by iapicca - 1
add a standard cookie notification banner
#3040 opened by devoncarew - 2
Code Loss After Page Navigation in Asynchronous Programming Exercise on DartPad
#3043 opened by babinnepali - 1
VIM Mode
#3038 opened by prabinlamsal19 - 1
refactor dartdoc panel location and behavior
#2999 opened by devoncarew - 0
dart pad
#3028 opened by ADEELAHMAD256 - 0
DartPad ignores Chrome DevTools location override setting
#3026 opened by lrhn - 1
Fix keyboard navigation in embedded DartPad
#3033 opened by atsansone - 0
Minor refactor of the UI
#3032 opened by devoncarew - 1
Set the correct CORS headers for Wasm
#3030 opened by johnpryan - 1
Error: Error when reading 'artifacts/flutter_web.dill': No such file or directory when trying to run dart_services locally
#3027 opened by Riktam-Santra - 0
- 3
Dartpad is sigificantly slowed for latest update.
#2979 opened by garawaa - 0
web ui: move to the new web bootstrapping logic
#3020 opened by kevmoo - 1
web ui: compile to wasm
#3021 opened by kevmoo - 0
add web support and add suggestions
#3018 opened by Provu1 - 0
- 1
Save the user's snippet to local storage
#3016 opened by johnpryan - 5
DartPad hijacking
#2994 opened by NDevTK - 0
Alt+Tabbing away from Dartpad loses the cursor
#3000 opened by srawlins - 0
Send pubspec.yaml when exporting to IDX
#3005 opened by johnpryan - 0
Show run button in both tabs when using mobile layout
#2998 opened by johnpryan - 1
When DartPad loads, please focus on the source code pane
#3003 opened by eernstg - 0
Improve DX/UX of autocompletion
#3010 opened by parlough - 0
Overhaul frame exception handling and surfacing
#3008 opened by parlough - 0
Add info button to embedded version of the UI
#3007 opened by parlough - 3
Inject script doesn't work with auto-run feature
#2985 opened by johnpryan - 1
Unable to update Firebase Hosting image
#2934 opened by johnpryan - 0
Add "Continue in" feature
#2984 opened by johnpryan - 1
Add support for package html
#2970 opened by insinfo - 1
Add Pubspec.yaml file
#2983 opened by Saad-Rajpoot - 3
Optimize Docker images to be a bit smarter
#2988 opened by kevmoo - 2
Flutter docker file doesn't need android tools, right?
#2973 opened by kevmoo - 0
Configure bug
#2971 opened by slaffyJoe24 - 1
- 0
Move browser to a screen with different pixel density cause dart pad scale in Safari
#2952 opened by zhxst - 9
CORS error when running a flutter docs example
#2961 opened by fischerscode - 2
Dartpad stops redrawing on Chrome <=110
#2958 opened by yjbanov - 1
Doesn't show response
#2939 opened by mohadel92 - 2
Dartpad on Safari doesn't show flutter
#2963 opened by camfrandsen - 1
It is too slow to run.
#2964 opened by garawaa - 0
Add support for formz
#2949 opened by drkdelaney - 0
- 1
- 1
Dart code for give the average of two ages void main() { const age1 = 42; const age2 = 21; const averageAge = (age1 + age2) / 2; print(averageAge); } /* Compute the average of age1 and age2 The result is a double because the division operation (/) give the result in double and the division operation */ give the result in integer */
#2950 opened by Layan890