Yes you definitely should , flutter is just awesome in some ways in web development because of its ability to use css and of course html and also Javascript but not necessary for small projects.
Read moreWhat should I learn before Dart?
First, learn Dart which doesn’t need any prior experience in programming as dart will be your first programming language. Learn all the fundamental concepts and Object-oriented features in Dart . Then you can proceed with Flutter.
Read moreShould I learn Dart as a beginner?
Yes, you need to learn Dart, because you don’t have other options . Actually flutter is a framework and the only language used is Dart. There is not any such pattern or sequence of learning programming languages.
Read moreDoes Flutter use JavaScript?
The Javascript runtimes runs synchronously through the dart ffi . So now you can run javascript code as a native citzen inside yours Flutter Mobile Apps (Android, IOS, Windows, Linux and MacOS are all supported).
Read moreWhich language is need for Flutter?
Flutter apps are written in the Dart language and make use of many of the language’s more advanced features. While writing and debugging an application, Flutter runs in the Dart virtual machine, which features a just-in-time execution engine.
Read moreHow do I create a Dart package?
To create a package follow these steps :
Read moreWhat are Flutter & Dart packages?
In Flutter, Dart organizes and shares a set of functionality through a package . Flutter always supports shared packages, which is contributed by other developers to the Flutter and Dart ecosystem. The packages allow us to build the app without having to develop everything from scratch.
Read more