Open in app

Sign In

Write

Sign In

Mastodon
DevTechie
DevTechie

1.1K Followers

Home

About

Published in

DevTechie

·12 hours ago

Named Routes in Flutter

The previous article has talked about imperative navigation using anonymous routes. In that article, the third in “Flutter Navigation System” series; we were pushing and popping the Route (screens/pages). But no specific identifier was assigned to the routes. This article will address this issue, hence discusses the named routes. Background In…

Flutter

10 min read

Named Routes in Flutter
Named Routes in Flutter
Flutter

10 min read


Published in

DevTechie

·3 days ago

Combine — CombineLatest — Advanced Combining Operators

Combine framework has several advanced combining operators that allow us to manipulate and combine streams of events. Let’s explore them with example. CombineLatest The combineLatest operator takes two or more input streams and combines the latest value from each stream into a single stream. This operator is particularly useful when we…

Combine Framework

6 min read

Combine — CombineLatest — Advanced Combining Operators
Combine — CombineLatest — Advanced Combining Operators
Combine Framework

6 min read


Published in

DevTechie

·5 days ago

Anonymous routes in Flutter

This article, the second ‌in the series “Flutter Navigation System”; introduces the usage of Anonymous Routes. Anonymous Routes and Named Routes are used in Imperative Navigation. Background As explained in ‌the previous article (Part 1 of this series), the following widgets and classes are used in imperative navigation. 1 — Route…

Flutter

9 min read

Anonymous routes in Flutter
Anonymous routes in Flutter
Flutter

9 min read


Published in

DevTechie

·May 18

Combine — Combining operators

So far we have been working with individual publishers but the next set of publishers allow us to combine multiple streams, outputs as well as other publishers. Prepend Prepend operator allows us to prepend values at the beginning of publisher pipeline. We use this operator to prepend values to the publishers’…

Combine Framework

7 min read

Combine — Combining operators
Combine — Combining operators
Combine Framework

7 min read


Published in

DevTechie

·May 15

Text View : Deep Dive

Text views in SwiftUI are used to show static text on the screen. Text view is SwiftUI version of UILabel. Text views take a string as a parameter and they return a view to display static text on to the screen. Just like any other view in SwiftUI, Text view…

Swiftui

26 min read

Text View : Deep Dive
Text View : Deep Dive
Swiftui

26 min read


Published in

DevTechie

·May 13

Stream-Provider in Flutter

This article, the eleventh in “Provider” series is about StreamProvider which is used to handle multiple future values. Background StreamProvider works like the FutureProvider. However, StreamProvider will provide a stream and listens to events (values) in that stream. Whenever there is a new event in the stream, it rebuilds the widgets…

Flutter

8 min read

Stream-Provider in Flutter
Stream-Provider in Flutter
Flutter

8 min read


Published in

DevTechie

·May 12

Combine — Filtering Operators

In Combine framework, filtering operators are used to selectively process or ignore specific values emitted by publishers. These operators allow us to filter out unwanted events and work with only those events that meet the certain criteria. In other words, these operators filter the data emitted by publishers based on…

Swift

10 min read

Combine — Filtering Operators
Combine — Filtering Operators
Swift

10 min read


Published in

DevTechie

·May 9

Future Provider in Flutter

The Introduction FutureProvider is used to provide a value that may not be available when the widget tree is ready to use that value i.e., when widgets in the widget-tree are built. Alternatively, we can say, when widgets in the UI are rendered for the first time. Hence, the primary application of…

Flutter

7 min read

Future Provider in Flutter
Future Provider in Flutter
Flutter

7 min read


Published in

DevTechie

·May 6

Combine — Transforming Operators

Let’s look at transforming operators with example for each. Collect The collect operator is used to collect a specific number of values emitted by a publisher and emit them as an array. The collected values are emitted only when the array has reached the specified size. import Combine let numbers = (1...10).publisher let…

Combine

9 min read

Combine — Transforming Operators
Combine — Transforming Operators
Combine

9 min read


Published in

DevTechie

·May 5

Flutter Navigation and routing — Introduction

This article is the first in the series “Flutter Navigation System”, hence introduces Flutter navigation and routing system. Introduction Building cross-platform applications has become easier now. Thanks to Flutter. It works with all popular platforms, including the web, iOS, and Android and that is why its popularity rate is very fast, …

Flutter

6 min read

Flutter Navigation and routing — Introduction
Flutter Navigation and routing — Introduction
Flutter

6 min read

DevTechie

DevTechie

1.1K Followers

DevTechie creates tutorials at www.youtube.com/DevTechie. Website https://www.DevTechie.com. Medium membership referral https://devtechie.medium.com/membership

Following
  • Eniela P. Vela

    Eniela P. Vela

  • Mark Lucking

    Mark Lucking

  • Elye

    Elye

  • Kristaps Grinbergs

    Kristaps Grinbergs

  • Amos Gyamfi

    Amos Gyamfi

See all (21)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech