Skip to content

Commit

Permalink
Update Docusaurus version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkobuolys committed Nov 2, 2024
1 parent a5182a4 commit a2ca4e2
Show file tree
Hide file tree
Showing 43 changed files with 1,765 additions and 1,545 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-0-introduction
title: "Flutter Design Patterns: Introduction"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_Introduction to a series of articles about OOP design patterns and their implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2019-10-16-flutter-design-patterns-1-singleton/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-1-singleton
title: "Flutter Design Patterns: Singleton"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Singleton design pattern and its implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2019-10-23-flutter-design-patterns-2-adapter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-2-adapter
title: "Flutter Design Patterns: Adapter"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Adapter design pattern and its implementation in Dart and Flutter_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-3-template-method
title: "Flutter Design Patterns: Template Method"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Template Method design pattern and its implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2019-11-07-flutter-design-patterns-4-composite/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-4-composite
title: "Flutter Design Patterns: Composite"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Composite design pattern and its implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2019-11-14-flutter-design-patterns-5-strategy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-5-strategy
title: "Flutter Design Patterns: Strategy"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Strategy design pattern and its implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2019-11-20-flutter-design-patterns-6-state/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-6-state
title: "Flutter Design Patterns: State"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the State design pattern and its implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2019-11-28-flutter-design-patterns-7-facade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-7-facade
title: "Flutter Design Patterns: Facade"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Facade design pattern and its implementation in Dart and Flutter_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-8-interpreter
title: "Flutter Design Patterns: Interpreter"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Interpreter design pattern and its implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2019-12-12-flutter-design-patterns-9-iterator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-9-iterator
title: "Flutter Design Patterns: Iterator"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Iterator design pattern and its implementation in Dart and Flutter_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-10-factory-method
title: "Flutter Design Patterns: Factory Method"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Factory Method design pattern and its implementation in Dart and Flutter_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-11-abstract-factory
title: "Flutter Design Patterns: Abstract Factory"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Abstract Factory design pattern and its implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2020-01-09-flutter-design-patterns-12-command/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-12-command
title: "Flutter Design Patterns: Command"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Command design pattern and its implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2020-01-16-flutter-design-patterns-13-memento/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-13-memento
title: "Flutter Design Patterns: Memento"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Memento design pattern and its implementation in Dart and Flutter_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-14-prototype
title: "Flutter Design Patterns: Prototype"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Prototype design pattern and its implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2020-01-31-flutter-design-patterns-15-proxy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-15-proxy
title: "Flutter Design Patterns: Proxy"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Proxy design pattern and its implementation in Dart and Flutter_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-16-decorator
title: "Flutter Design Patterns: Decorator"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Decorator design pattern and its implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2020-03-27-flutter-design-patterns-17-bridge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-17-bridge
title: "Flutter Design Patterns: Bridge"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Bridge design pattern and its implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2020-04-15-flutter-design-patterns-18-builder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-18-builder
title: "Flutter Design Patterns: Builder"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Builder design pattern and its implementation in Dart and Flutter_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-19-flyweight
title: "Flutter Design Patterns: Flyweight"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Flyweight design pattern and its implementation in Dart and Flutter_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-20-chain-of-responsibility
title: "Flutter Design Patterns: Chain of Responsibility"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Chain of Responsibility design pattern and its implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2020-11-12-flutter-design-patterns-21-visitor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-21-visitor
title: "Flutter Design Patterns: Visitor"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Visitor design pattern and its implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2021-03-17-flutter-design-patterns-22-mediator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-22-mediator
title: "Flutter Design Patterns: Mediator"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Mediator design pattern and its implementation in Dart and Flutter_
Expand Down
6 changes: 1 addition & 5 deletions blog/2021-04-02-flutter-design-patterns-23-observer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
slug: flutter-design-patterns-23-observer
title: "Flutter Design Patterns: Observer"
authors: mkobuolys
tags:
- Dart
- Flutter
- OOP
- Design Patterns
image: ./img/header.png
tags: [dart, designPatterns, flutter, oop]
---

_An overview of the Observer design pattern and its implementation in Dart and Flutter_
Expand Down
5 changes: 1 addition & 4 deletions blog/2021-05-12-flutter-shopping-app-prototype/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
slug: flutter-shopping-app-prototype
title: "Flutter Shopping App prototype: Lessons learned"
authors: mkobuolys
tags:
- Dart
- Flutter
- Software Architecture
image: ./img/header.png
tags: [dart, flutter, softwareArchitecture]
---

_Some insights on how to implement a production-quality app using Dart + Flutter_
Expand Down
5 changes: 1 addition & 4 deletions blog/2021-08-25-11-things-for-next-flutter-project/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
slug: 11-things-to-remember-for-your-next-flutter-project
title: 11 Things to Remember for Your Next Flutter Project
authors: mkobuolys
tags:
- Dart
- Flutter
- Software Architecture
image: ./img/header.png
tags: [dart, flutter, softwareArchitecture]
---

_An extensive checklist to kick-off a new Flutter project_
Expand Down
5 changes: 1 addition & 4 deletions blog/2022-01-02-dart-type-never/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
slug: dart-type-you-have-never-used
title: Dart type you have NEVER used
authors: mkobuolys
tags:
- Dart
- Type Never
- Type Safety
image: ./img/header.png
tags: [dart]
---

_Dart type system goes: never say never…_
Expand Down
5 changes: 1 addition & 4 deletions blog/2022-09-05-flutter-vikings-2022/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
slug: flutter-vikings-2022
title: I was at Flutter Vikings 2022!
authors: mkobuolys
tags:
- Flutter
- Flutter Vikings
- Conference
image: ./img/header.png
tags: [conference, flutter]
---

_My video blog from the Flutter Vikings 2022 conference_
Expand Down
Loading

0 comments on commit a2ca4e2

Please sign in to comment.