This seems kind of opinion-based, but I would say as long as you are familiar with programming concepts (especially with a C-like language) then you should be fine jumping into Flutter without an exclusive focus on Dart beforehand .
Read moreIs Dart used in Flutter?
Dart is the programming language used to code Flutter apps . Dart is another product by Google and released version 2.1, before Flutter, in November. As it is starting out, the Flutter community is not as extensive as ReactNative, Ionic, or Xamarin.4 Mar 2019
Read moreCan I use Dart for competitive programming?
COMPETITIVE PROGRAMMING AT TOPCODER Dart has become very popular in recent years. This is because of the release of an SDK called Flutter by Google. … In developing applications using Flutter, basic knowledge of the Dart programming language is required.
Read moreCan we use Android library in Flutter?
With Platform Channels, as long as native can do, Flutter can also . In the above example, background thread, you can connect to native Android/iOS, use thread as normal, then return data to the Flutter app.22 Eki 2019
Read moreCan Flutter use native libraries?
You can directly call native Android and iOS SDKs of Tokbox chat app from your Flutter application — wherein the UI will be driven by Tokbox SDKs. Since this approach uses native UIs of each platform, the app developer is devoid of any responsibility to create working UIs on both the Android and iOS platforms.
Read moreHow do you use libraries in Flutter?
Adding a package dependency to an app
Read moreHow do I add native module to Flutter?
Creating Flutter module
Read more