Creating With PhotoView & Kt.dart

button-icon-arrow-right
button-icon-arrow-left

button-icon-arrow-leftBack

Event

Creating with PhotoView & kt.dart

11 November 2019

London

Added 01-Jan-1970

/// Talk one:
Pascal Welsch
(kt.dart - Porting Kotlin's best features to Dart) {
Kotlin is one of the best designed languages, which makes it easy to express developer thoughts in code. Sadly, we can't use Kotlin to write Flutter apps. But the Dart team at Google is working to adopt kotlins best language features: Extensions Methods, Non-Nullable Types and Data Classes.

kt.dart ports kotlins well designed collections, tuples and hundreds of extension functions from the kotlin-stdlib to Dart. You can use it today in your Flutter project and while dart-lang evolves, kt.dart becomes even better.

Pascal Welsch - Flutter GDE from Cologne, Germany - will demonstrate how kt.dart can prevent bugs by using immutable data structures, which respect equality and reduce code complexity with extensions.

Top