https://github.com/frideosapps/frideos_examples
A collection of examples on how to use the frideos flutter package.
https://github.com/frideosapps/frideos_examples
animations bloc bloc-pattern blur flutter flutter-examples frideos frideos-library mobile-app mobile-development multiple-selection transitions tunnel-pattern
Last synced: 2 months ago
JSON representation
A collection of examples on how to use the frideos flutter package.
- Host: GitHub
- URL: https://github.com/frideosapps/frideos_examples
- Owner: frideosapps
- License: bsd-2-clause
- Created: 2019-03-22T20:01:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T17:10:37.000Z (over 5 years ago)
- Last Synced: 2025-04-05T09:33:44.786Z (3 months ago)
- Topics: animations, bloc, bloc-pattern, blur, flutter, flutter-examples, frideos, frideos-library, mobile-app, mobile-development, multiple-selection, transitions, tunnel-pattern
- Language: Dart
- Homepage:
- Size: 223 KB
- Stars: 20
- Watchers: 5
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Frideos library examples
This repository contains example apps to show how to use the [frideos](https://pub.dartlang.org/packages/frideos) package:
1 - [**Counter**](https://github.com/frideosapps/frideos_examples/tree/master/01_counter): a classic counter example
2 - [**Basics**](https://github.com/frideosapps/frideos_examples/tree/master/02_basics) : an example app that shows how to use the StreamedObjects (StreamedValue, StreamedList, StreamedMap etc.)
3 - [**Various**](https://github.com/frideosapps/frideos_examples/tree/master/03_various): how to use TimerObject, AnimatedObject, blur widgets, transitions widgets, StagedWidget, sliders.
4 - [**StagedObject**](https://github.com/frideosapps/frideos_examples/tree/master/04_staged_object): StagedObject and the tunnel pattern (to share send data from one bloc to another one)
5 - [**Multiple selection**](https://github.com/frideosapps/frideos_examples/tree/master/05_multiple_selection)
6 - [**Products catalog**](https://github.com/frideosapps/frideos_examples/tree/master/06_products_catalog)
7 - [**Dynamic fields validation**](https://github.com/frideosapps/frideos_examples/tree/master/07_dynamic_fields_validation): an example on how to validate dynamically created fields with the BLoC pattern and the [frideos](https://pub.dartlang.org/packages/frideos) package. Article on medium [here](https://medium.com/flutter-community/flutter-how-to-validate-fields-dynamically-created-40cafca5c3cb).
## Screenshots











