- Add conceptual facade pattern.
- Add iterator pattern: Word Iterator.
- Add iterator pattern: Github Commit.
- Add conceptual command pattern.
- Add conceptual singleton pattern.
- Add conceptual builder pattern.
- Add conceptual interpreter pattern.
- Add conceptual proxy pattern.
- Add strategy pattern: View Strategy.
- Add conceptual visitor pattern.
- Add conceptual flyweight pattern.
- Add template method pattern: Data Miner.
- Add conceptual mediator pattern.
- Add conceptual state pattern: Three State.
- Add flutter icon to project links.
- Add state pattern: State Manipulator.
- Replace web renderer html to canvakit (deploy_flutter_demo.dart).
- Update demos splash screen logo (Ukraine).
- Add properties bar to "Tool Panel Factory".
- Add "Tool Panel Factory" flutter example
- Add visitor pattern: "Shape Xml Export".
- Add strategy pattern: "Reservation cargo spaces".
- Add "Conceptual Dialog Factory" example.
- Add "Conceptual Gui Factory" example.
- Add Memento Editor.
- Simplifying the ternary construction.
- Remove multiline comment from main README.
- Replace repository urls to relative.
- Fix relative urls.
- Fix name on diagram "Builder", rename JsonFormat to JsonConverter.
- Select pattern "Command" at the diagram.
- Add client code to "Bridge" pattern.
- Fix url position & add example name to ProductsAndBoxes example.
- Add example name to Decorator pattern.
- Format app_observer.dart.
- Connect Application to events on the AppObserver diagram.
- Split into separate files the "Memento" project.
- Remover unnecessary import.
- Move hash generator to application.
- Update SubscriberWidget diagram.
- Fix url position in FlutterAdapter README.md.
Add "Adapter" pattern: adapt a non-reactive classic type application for Flutter.
Add deploy_flutter_demos script.
- Add complex example of an Observer pattern, connected to a Flutter application.
- Add new branch "web-demos" for online examples.
- Add second "Observer" example. This example was created to be used in a more complex example.
- Add "Memento" conceptual pattern
- Add "Observer" pattern from official book, rewritten from Java example
- Refactoring: reformatting and minor changes
- Put "Shapes" prototype pattern to "Shapes" folder
- The list of patterns has been updated. Added links to projects
- Add "Command" pattern from official book, rewritten from Java example
- Add "Chain of Responsibility" pattern from official book, rewritten from Java example
- Add composite template from official book, rewritten from Java example
- Add decorator pattern. Translate from official book java example
- Add composite pattern "products_and_boxes"
- Created a Canvas helper tool for visual presentation of patterns
- Update diagram for text_graphics, clock, remote_control, color_text_format
- Code match with diagram in clock
- Add bridge pattern. Clock example
- Add bridge pattern. Device remote control
- Add example "graphics engine" and "square round conflict" for adapter patter
- Add description to prototype pattern
- Fix class diagram for text graph
- Add description Builder pattern, text formats
- Add description to car builder pattern
- Add an example graphics engine for the adapter pattern
- Add the Builder pattern using file format converters as an example
- Add pattern Prototype
- Initial project structure
- Add README