A Simple Nutrition Facts App using BLoC Architecture with flutter
Read Time:24 Second

A Simple Nutrition Facts App using BLoC Architecture with flutter

0 0

NutritionFacts

A Simple Nutrition Facts App using BLoC Architecture with flutter

A new Flutter application using BLOC pattern.

📱 iOS Screenshots

List Detail
A Simple Nutrition Facts App using BLoC Architecture with flutter A Simple Nutrition Facts App using BLoC Architecture with flutter

Tech Stack

  • Dart – Dart is a client-optimized programming language for apps on multiple platforms.

  • BLoC Architecture – Its a state management system for Flutter recommended by Google developers. It helps in managing state and make access to data from a central place in your project.

  • RxDart – RxDart is an implementation of the popular reactiveX api for asynchronous programming, leveraging the native Dart Streams api.

📱 Android Screenshots

List Detail
A Simple Nutrition Facts App using BLoC Architecture with flutter A Simple Nutrition Facts App using BLoC Architecture with flutter

🛠 Architecture

A Simple Nutrition Facts App using BLoC Architecture with flutter

GitHub

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior A simple notes app written in Dart using Flutter
Entrada siguiente Utility classes/functions to help with UI development using the Flutter