What is AsyncSnapshot Flutter?

AsyncSnapshot<T> class Null safety. Immutable representation of the most recent interaction with an asynchronous computation . See also: StreamBuilder, which builds itself based on a snapshot from interacting with a Stream. FutureBuilder, which builds itself based on a snapshot from interacting with a Future.

Read more

What is a Dart snapshot?

A Dart snapshot is just a binary serialization of the token stream, generated from parsing the code . A snapshot is not a “snapshot of a running program”, it’s generated before the tokens are turned into machine code. So, no program state is captured in a snapshot.

Read more

BLoC mimarisi nedir?

BLoC nedir ? Google tarafından tavsiye edilen patternlerden biri olan BLoC (Business Logic Component): Business Logicinizi, Presentation katmanınızdan ayıran, platform bağımsız kalmanızı sağlayan, uygulamanızdaki sorumlulukları ayıran ve kolay test edilebilir kodlar yazmanızı sağlayan bir pattern.

Read more