Add basics of flutter role in app development

pull/3/head
Jonas Franz 3 years ago
parent c192b7883d
commit 658a9996aa
  1. 3
      .gitignore
  2. 29
      bibliography.bib
  3. 5
      chapters/basics/basics.tex
  4. 2
      chapters/intro/intro.tex
  5. 1
      thesis.tex

3
.gitignore vendored

@ -224,4 +224,5 @@ TSWLatexianTemp*
# any other stuff
*.swp
*.sic
quellenzusammenfassung.tex
*.tmp

@ -69,4 +69,33 @@ isbn="978-981-15-1465-4"
url = {https://www.ebook.de/de/product/41926143/waleed_arshad_managing_state_in_flutter_pragmatically.html},
}
@misc{sdkPopular,
author = {{Appfigures}},
title = {The Most Popular Development SDKs},
year = {2022},
month = {jan},
url = {https://appfigures.com/top-sdks/development/all},
urldate = {2022-01-12}
}
@Article{flutterFirstBeta,
author = {Ron Amadeo},
journal = {Ars Technica},
title = {{Google starts a push for cross-platform app development with Flutter SDK}},
year = {2018},
month = feb,
timestamp = {2018-02-27},
url = {https://arstechnica.com/gadgets/2018/02/google-starts-a-push-for-cross-platform-app-development-with-flutter-sdk/},
urldate = {2022-01-12},
}
@MastersThesis{reactNativeVsFlutter,
type={Bachelorthesis},
author = {Wu, Wenhao},
school = {Metropolia University of Applied Sciences},
title = {{React Native vs Flutter, cross-platform mobileapplication frameworks}},
year = {2018},
month = mar,
}
@Comment{jabref-meta: databaseType:bibtex;}

@ -0,0 +1,5 @@
\chapter{Grundlagen}
In diesem Kapitel werden für die weitere Evaluation benötigte Grundlagen vermittelt. Dabei wird sowohl auf bestehende Literatur eingegangen als auch an Hand von Beispielen Konzepte erläutert.
\input{chapters/basics/flutter.tex}

@ -15,4 +15,4 @@ Im Folgenden wird in diesem Einleitungskapitel näher erläutert, welche Motivat
\input{chapters/intro/motivation}
\input{chapters/intro/targets}
\input{chapters/intro/structure}
\input{chapters/intro/structure}

@ -93,6 +93,7 @@
\cleardoublepage
\part{Thesis}\label{pt:thesis}
\include{chapters/intro/intro}
\include{chapters/basics/basics}
\include{quellenzusammenfassung.tex}
%*************************************************************************
% Recommendations

Loading…
Cancel
Save