104 lines
4.7 KiB
BibTeX
Raw Normal View History

2024-02-13 15:22:59 +01:00
@online{bizzottoComparisonPopularFlutter2023,
title = {A {{Comparison}} of {{Popular Flutter App Architectures}}},
author = {Bizzotto, Andrea},
date = {2023-09-01},
url = {https://codewithandrea.com/articles/comparison-flutter-app-architectures/},
urldate = {2023-11-19},
abstract = {Comparing my Riverpod App Architecture with other popular ones such as MVC, MVVM, Bloc, Stacked, Clean Architecture, and Android App Architecture.},
langid = {english},
organization = {{Code With Andrea}},
file = {/Users/fabian/Zotero/storage/DUDXBAGD/comparison-flutter-app-architectures.html}
}
@online{FlutterArchitecturalOverviewb,
title = {Flutter Architectural Overview},
url = {https://docs.flutter.dev/resources/architectural-overview},
urldate = {2024-02-12},
abstract = {A high-level overview of the architecture of Flutter, including the core principles and concepts that form its design.},
langid = {english},
file = {/Users/fabian/Zotero/storage/W67CJYBZ/architectural-overview.html}
}
2024-02-14 15:30:42 +01:00
@online{Flutterb,
title = {Inside {{Flutter}}},
url = {https://docs.flutter.dev/resources/inside-flutter},
urldate = {2024-02-13},
abstract = {Learn about Flutter's inner workings from one of the founding engineers.},
langid = {english},
file = {/Users/fabian/Zotero/storage/V9T5LLK6/inside-flutter.html}
}
@online{IntroductionDeclarativeUI,
title = {Introduction to Declarative {{UI}}},
url = {https://docs.flutter.dev/get-started/flutter-for/declarative},
urldate = {2024-02-13},
abstract = {Explains the difference between a declarative and imperative programming style.},
langid = {english},
file = {/Users/fabian/Zotero/storage/F6LI3FTY/declarative.html}
}
@online{linuxfoundationYoctoProject162024,
title = {The {{Yocto Project}} ® 4.0.16 Documentation},
author = {{Linux Foundation}},
date = {2024},
url = {https://docs.yoctoproject.org/4.0.16/singleindex.html},
urldate = {2024-02-13},
file = {/Users/fabian/Zotero/storage/WWAQWEK2/singleindex.html}
}
@online{ReactiveManifesto,
title = {The {{Reactive Manifesto}}},
url = {https://www.reactivemanifesto.org/},
urldate = {2024-02-13},
file = {/Users/fabian/Zotero/storage/FJSMEDYJ/www.reactivemanifesto.org.html}
}
@online{Skia,
title = {Skia},
url = {https://skia.org/},
urldate = {2024-02-13},
abstract = {2D Graphics Library},
langid = {english},
organization = {{Skia}},
file = {/Users/fabian/Zotero/storage/NV4BSHXY/skia.org.html}
}
@video{theflutterwayFlutterRubberDuck2022,
entrysubtype = {video},
title = {Before {{Flutter}} | {{Rubber Duck Engineering}} | {{Episode}} \#100},
editor = {{The Flutter Way}},
editortype = {director},
date = {2022-05-27},
url = {https://www.youtube.com/watch?v=xqGAC5QCYuQ},
urldate = {2024-01-24},
abstract = {Tonight we'll talk about the years leading up to Flutter and how Adam and I worked on a variety of projects for the web which inspired what Flutter would become, including at least 3 frameworks in JS, how we briefly thought "shake to reload" was our killer feature, how for more than the first 6 months of the project Flutter was DOM-based and network loaded and much more. Gonna be amazing. Slides: https://docs.google.com/presentation/...}
}
2024-02-13 15:22:59 +01:00
@article{weiserComputer21stCentury1999,
title = {The Computer for the 21st Century},
author = {Weiser, Mark},
date = {1999-07-01},
journaltitle = {ACM SIGMOBILE Mobile Computing and Communications Review},
shortjournal = {SIGMOBILE Mob. Comput. Commun. Rev.},
volume = {3},
number = {3},
pages = {3--11},
issn = {1559-1662},
doi = {10.1145/329124.329126},
url = {https://dl.acm.org/doi/10.1145/329124.329126},
urldate = {2023-11-14},
abstract = {Specialized elements of hardware and software, connected by wires, radio waves and infrared, will be so ubiquitous that no one will notice their presence.},
file = {/Users/fabian/Zotero/storage/8CCSE83J/Weiser - 1999 - The computer for the 21st century.pdf}
}
2024-02-14 15:30:42 +01:00
@online{WorkingJSONFlutter2021,
title = {Working with {{JSON}} in {{Flutter While Using}} Json\_annotations and Json\_serializable {{Modules}} in 2022 | {{John Maeda}}s {{Blog}}},
date = {2021-06-22},
url = {https://maeda.pm/2022/04/24/working-with-json-in-flutter-while-using-json_annotations-and-json_serializable-modules-in-2022/},
urldate = {2024-02-13},
abstract = {How to use Flutter/Darts magical ways to convert JSON data into usable structures so that you can get unstuck — and get going. Why are you here? You have read tons of Medium posts and watched plenty of YouTube videos and still feel a little confused. Along the way, you…},
langid = {american},
organization = {{https://maeda.pm/}},
file = {/Users/fabian/Zotero/storage/ND8L5RU6/working-with-json-in-flutter-while-using-json_annotations-and-json_serializable-modules-in-2022.html}
}