-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
chore: Warning when running out of main.dart #3687
Conversation
We got some questions on slack from people who had problems running the app: root isolate couldn't be started Which happens when you try to run the app from main.dart
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @M123-dev!
Not sure what the pubspec.lock
does here...
The rest looks OK.
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.8.6+6" | ||
version: "0.8.6+7" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How come?
url: "https://pub.dev" | ||
source: hosted | ||
version: "6.0.18" | ||
version: "6.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How come?
@@ -31,6 +33,23 @@ import 'package:smooth_app/themes/smooth_theme.dart'; | |||
import 'package:smooth_app/themes/theme_provider.dart'; | |||
import 'package:smooth_app/widgets/smooth_scaffold.dart'; | |||
|
|||
void main() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't checked if it works, but it's a good idea!
Codecov Report
@@ Coverage Diff @@
## develop #3687 +/- ##
==========================================
- Coverage 9.35% 9.34% -0.01%
==========================================
Files 272 272
Lines 13712 13723 +11
==========================================
Hits 1283 1283
- Misses 12429 12440 +11
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I had a weird android native problem which I thought would be fixed by pub upgrade. In the end, it was just me not having java not set up the right way, but that's why it changed. |
Thanks for the review @monsieurtanuki |
We got some questions on slack from people who had problems running the app:
root isolate couldn't be started
Which happens when you try to run the app from main.dart