Advanced Flutter Project - Adding a Second BloC - Part Two

in #utopian-io5 years ago

Repository

https://github.com/flutter/flutter

What Will I Learn?

  • You will learn about BloC Pattern
  • You will learn about Package Information Library
  • You will learn how to use the Github API
  • You will learn how to use multiple BLoCs
  • You will learn how to use Defered observables
  • You will learn how to use Futures to create Observables

Requirements

System Requirements:
OS Support for Flutter:
  • Windows 7 SP1 or later (64-bit)
  • macOS (64-bit)
  • Linux (64-bit)

Required Knowledge

  • A basic knowledge of localization
  • A fair understanding of Mobile development and Imperative or Object Oriented Programming
  • Basic knowledge of how to read JSON-like data or ARB data

Resources for Flutter and this Project:

Sources:

Flutter Logo (Google): https://flutter.io/

Difficulty

  • Advanced

Description

In this video tutorial, we extend the Utopian Rocks flutter application by adding an information drawer. This drawer displays information about the application to the users and it allows the users to update the application. The drawer uses the package information library and the GitHub releases API; both of which get served through a second BLoC structure.

Adding Multiple BLoCs to a Single Flutter Application

The Business Logic Component pattern is very flexible. In the last tutorial, we used it to serve the main contributions to the user interface. In the interest of separating the concerns of our application, it makes sense to create a second BLoC structure to handle the serving of the application metadata to the user. Not only does this make the code more modular but it also allows us to inject the BLoC into areas of the application where it is needed.

widget-tree.png

If our widget tree looks like the diagram above, we have two separate BLoC providers. The first BloC Provider is in the root widget. This provider can give the state of the BLoC to any of the widgets below it on the tree. Our second BloC Provider appears further down the tree and it can only give its associated BLoC to widgets that are directly below it on the tree. In this pattern, we are able to selectively update and change the widgets that need dynamic information while minimizing the rebuilding of widgets that do not.

Deferred and Future based Observables

In the new BLoC, we use both deferred and future based observables. These types of Streams are perfect for the data that is inside of our BLoC because the data is a single event. With a normal stream, you may only listen to the stream a single time. With a broadcast stream, you can listen to the stream as many times as you need but once the stream is closed, it can't be reopened. With the Deferred and Future Observables, we have streams that are both re-usable and re-buildable.

drawer.png

When the drawer is opened, the application subscribes to the _infoStream stream from the information BLoC. When the drawer is closed, this stream is discarded by the flutter framework because the entire drawer widget tree is dissembled. With a normal stream, if the user was to re-open the drawer, the data would never re-appear in the box. The same is true for the button on the drawer. When the button is pressed, it fires off to the GitHub API to check to see if there is a new release. Also, the button uses the _infoStream stream and the _releases Stream to determine if there is a new release or not. If either doesn't reopen, then the entire process would fail.

The Source Code for this video may be found here: https://github.com/tensor-programming/utopian-rocks-demo/tree/tensor-programming-part-2

Video Tutorial

Curriculum

Related Videos

Projects and Series

Stand Alone Projects:
Building a Calculator
Movie Searcher Application

Minesweeper Game

Weather Application

Redux Todo App

Curriculum

Proof of Work Done

https://github.com/tensor-programming

Sort:  

Hi @tensor,

Again, this is an excellent video tutorial of Part 2 of the Advanced Flutter Project.

The sound quality, the video presentation and the post write up are excellent.

I am sure those who are following this series will find these tutorials most useful.

Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, click here.


Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]

As always thanks for moderating my contributions. Yeah it does seem like my subs really are enjoying this series. They were begging me to do flutter content and I finally was able to find time to do so.

Thank you for your review, @rosatravels! Keep up the good work!

Thanks utopian

Posted using Partiko Android




This post has been voted on by the SteemSTEM curation team and voting trail.

If you appreciate the work we are doing then consider voting us for witness by selecting stem.witness!

For additional information please join us on the SteemSTEM discord and to get to know the rest of the community!

Heya, is there any place I could reach you directly? I am currently working on a new app, and have been considering Flutter as it looks very promising! If you are on discord you can find me at: Steemitworldmap and Martibis#2314

Posted using Partiko Android

You can almost always find me on the Utopian Discord.

Hi, @tensor!

You just got a 6.83% upvote from SteemPlus!
To get higher upvotes, earn more SteemPlus Points (SPP). On your Steemit wallet, check your SPP balance and click on "How to earn SPP?" to find out all the ways to earn.
If you're not using SteemPlus yet, please check our last posts in here to see the many ways in which SteemPlus can improve your Steem experience on Steemit and Busy.

Hey, @tensor!

Thanks for contributing on Utopian.
We’re already looking forward to your next contribution!

Get higher incentives and support Utopian.io!
Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via SteemPlus or Steeditor).

Want to chat? Join us on Discord https://discord.gg/h52nFrV.

Vote for Utopian Witness!

Coin Marketplace

STEEM 0.30
TRX 0.12
JST 0.034
BTC 64231.88
ETH 3128.59
USDT 1.00
SBD 3.95