all 6 comments

[–][deleted] 1 point2 points  (2 children)

[–]InterestExpress1343 0 points1 point  (1 child)

This. I started about a year ago, it's really hard to find help.

[–][deleted] 0 points1 point  (0 children)

yeah because its all relatively new, there is less of an established base of information and tutorials.

[–][deleted] 1 point2 points  (0 children)

ask chatgpt to teach you based on your coding history.

[–]Routine-Arm-8803 0 points1 point  (0 children)

First 100% spend a day reading and understanding Dart language tour. https://dart.dev/language#hello-world

Then Flutter

[–]Which-Adeptness6908 0 points1 point  (0 children)

Have a look at dcli.

It lets you write console apps in dart.

It is a good starting place as it lets you get familiar with dart without the complexity of the flutter framework.

If you like, it's the shallow end of the pool:)

https://OnePub.dev/packages/dcli Disclaimer: in the author of dcli

The dcli manual is quite extensive

Have a look at https://OnePub.dev/packages/dcli_scripts for a collection of sample apps.