/dart-study

dart-study - Dart Tutorials

Primary LanguageDart

--------------------------------------------------------------------------------

			# DART-STUDY #

--------------------------------------------------------------------------------

--- Dart Reference ---
[[Dart]]
https://dart.dev/

[[Dart Pad]]
https://dartpad.dev/?
https://dart.dev/resources/dartpad-best-practices

--------------------------------------------------------------------------------

* Samples & tutorials
    SampleTutorials/languageSamples.dart - https://dart.dev/samples
    Codelabs
        Intro to Dart for Java Developers
            SampleTutorials/codelabs/introtoDartforJavaDevelopers.dart
            - https://developers.google.com/codelabs/from-java-to-dart
        Language cheatsheet
            SampleTutorials/codelabs/dartcheatsheetcodelablab.dart
            - https://dart.dev/codelabs/dart-cheatsheet
        Iterable collections
             SampleTutorials/codelabs/iterablecollections.dart
             -https://dart.dev/codelabs/iterables
        Asynchronous programming
             SampleTutorials/codelabs/asynchronousprogramming.dart
             - https://dart.dev/codelabs/async-await
        Null safety
             SampleTutorials/codelabs/nullsafetycodelab.dart
             - https://dart.dev/codelabs/null-safety

--------------------------------------------------------------------------------

* Language
    A tour of the Dart language
    - https://dart.dev/guides/language/language-tour


--------------------------------------------------------------------------------

* Core libraries - To-Do

--------------------------------------------------------------------------------

* Packages - To-Do

--------------------------------------------------------------------------------

* Development - To-Do

--------------------------------------------------------------------------------

* Tools & techniques - To-Do

--------------------------------------------------------------------------------

* Resources
    https://dart.dev/resources

--------------------------------------------------------------------------------

* Related sites
    API reference
        https://api.dart.dev/stable/2.18.1/index.html
    Package site
        https://pub.dev/
    Blog
        https://medium.com/dartlang
	
--------------------------------------------------------------------------------	
	
Bootstrap into Dart

New to the Dart language? We compiled our favorite resources to help you quickly learn Dart. Many people have reported that Dart is easy and fun to learn. We hope these resources make Dart easy for you to learn, too.

Language tour
    Your best introduction to the Dart language. Learn about Dart’s features such as strong types, closures, libraries, lexical scoping, top-level functions, named parameters, async / await, and lots more.
Library tour
    A good overview of Dart’s powerful core libraries. Learn about Dart’s support for collections, async, math, numbers, strings, JSON, and more.
Intro to Dart for Java Developers codelab
    Use your Java knowledge to get up and running quickly with Dart. Learn about classes, constructors, parameters, and interfaces with examples from the Java Tutorial.
Effective Dart
    Guides for style, authoring documentation, usage, and more.
Asynchronous programming: futures, async, await codelab
    Learn how to write asynchronous code using futures and the async and await keywords.
Asynchronous programming: streams
    Learn how to use streams to perform asynchronous I/O and event handling.

Want to learn more and perhaps contribute? Check out the Dart community.