GithubHelp home page GithubHelp logo

dieptran43 / bloc_test Goto Github PK

View Code? Open in Web Editor NEW

This project forked from firstfloorsoftware/bloc_test

0.0 0.0 0.0 7.06 MB

Demonstrates BLoC pattern in Flutter

Objective-C 2.37% Java 1.15% Dart 96.48%

bloc_test's Introduction

bloc_test

A real-world example of using the BLoC pattern in Flutter. This app features a searchable list of users and demonstrates an elegant way to keep the UI in sync with the model.

Gif

Features

The app implements the following features:

  • user list and detail pages
  • user management
    • add single user
    • slide to remove single user with undo
    • favorite / unfavorite button
  • multi-select mode (long-press and icon tap)
    • selection counter
    • favorite multiple users
    • delete multiple users with undo
  • searchbar for filtering users
  • real-time status
    • online status indicator per user
    • user statistics

BLoC

Proper separation of concerns by using the Business Logic Component pattern. Heavily relies on streams to notify the UI of changes in the business layer. No 3rd-party package dependencies, just plain Flutter.

Acknowledgements

Based on the great work of Didier Boelens. If you need a proper introduction into BLoC, please do read his article about Reactive Programming - Streams - BLoC.

bloc_test's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.