6 ms·
Regarding that last sentence, it’s possible to have a DOM and yet still write it in Flutter. There are a couple of options. While not first party, there is thi
by BrutalCoding 2y ago
Regarding that last sentence, it’s possible to have a DOM and yet still write it in Flutter.
There are a couple of options. While not first party, there is this solution for example: https://pub.dev/packages/jaspr https://pub.dev/packages/jaspr
Here’s the difference between jaspr and Flutter Web explained: https://docs.page/schultek/jaspr/jaspr-vs-flutter-web https://docs.page/schultek/jaspr/jaspr-vs-flutter-web
There’s another package, static_shock, although it’s purpose is to build static websites. The author was part of the Flutter team.
Article:
https://blog.flutterbountyhunters.com/you-can-now-generate-static-sites-with-dart/ https://blog.flutterbountyhunters.com/you-can-now-generate-s....
- chrismorgan 2y ago> it’s possible to have a DOM and yet still write it in Flutter. In Dart, that is; not Flutter. At that point, you’re probably wasting your time advocating for it, because people are mostly choosing Dart because of Flutter, so if you’re not using Flutter, you might as well use a different language.