Jonas Franz
fd0ff1a710
Add GetIt
3 years ago
Jonas Franz
935f4f97c4
Add redux
3 years ago
Jonas Franz
26fe7b756d
Add riverpod
3 years ago
Jonas Franz
890b543731
add riverpod
3 years ago
Jonas Franz
bd266519eb
Add Provider
3 years ago
Jonas Franz
4f4e3bd160
Fix build
3 years ago
Jonas Franz
6dea5b70a4
Cleanup
3 years ago
Jonas Franz
54cac422e0
Add node
3 years ago
Jonas Franz
3068e29648
Add BLoC
3 years ago
Jonas Franz
898e1aedf8
Add InheritedModel
3 years ago
Jonas Franz
f4687511c1
Complete inherited widget
3 years ago
Jonas Franz
9de926aa48
Merge branch 'main' of git.jonasfranz.software:KoSI/thesis
3 years ago
Jonas Franz
298f31095b
ADd methods placeholder
3 years ago
Jonas Franz
445a33152c
Add inheriuted
3 years ago
Jonas Franz
747034a340
Add statemenegment
3 years ago
Jonas Franz
0d4b4c0797
Add section about widget structure
3 years ago
Jonas Franz
64c453ff5d
Change chmod
3 years ago
Jonas Franz
2eaab576c8
Add stateless and stateful widgets
3 years ago
Jonas Franz
a0fe47dff9
Add some widget stuff
3 years ago
Jonas Franz
2cbb72ac30
Add technical basics of flutter
3 years ago
Jonas Franz
693dc857c7
Add flutter tex
3 years ago
Jonas Franz
658a9996aa
Add basics of flutter role in app development
3 years ago
Jonas Franz
c192b7883d
Add quellenzusammenfassung
3 years ago
Jonas Franz
fd3221ef46
Add structure
3 years ago
Jonas Franz
3409eb99af
Add structure
3 years ago
Jonas Franz
dac2b09aa6
Add targets
3 years ago
Jonas Franz
3a01e51ecb
Add CI
3 years ago
Jonas Franz
f60654cde8
Aktualisierung der Gliederung
3 years ago
Jonas Franz
4e08dabb5d
Add motivation
3 years ago
Jonas Franz
348cac020f
Add motivation
3 years ago
Jonas Franz
85ec00a10a
Add intro
3 years ago
Jonas Franz
16dfe831d2
Add Gliederung
3 years ago
Jonas Franz
ccc0768028
Set correct config
3 years ago
Michael Bredel
56413251f7
Merge pull request #14 from LuxGrey/LuxGrey-readme-patch
...
Update README.md
4 years ago
LuxGrey
d19db8de29
Update README.md
...
- adjusted docker run command to enclose $(pwd) in quotes to address problems that arise when the current path contains spaces
- corrected a few minor errors in the text
4 years ago
Michael Bredel
b2f5070124
Added the lockflag option.
4 years ago
Michael Bredel
e510da6e02
Changed some wording.
4 years ago
Michael Bredel
8754bd41a7
Updated to Ubuntu 20.04 as base image to create version 3.0.
4 years ago
Michael Bredel
c5ab9ceb6b
Updated to Ubuntu 20.04 as base image.
4 years ago
Michael Bredel
026738df2f
Changed some wording.
4 years ago
Michael Bredel
b2aa458eec
Modified a broken link.
...
Modified the Link to the Empfehlungen zur Erstellung wissenschaftlicher Abschlussarbeiten.
4 years ago
Michael Bredel
917093e964
Merge pull request #13 from Croydon/ci
...
CI: Use GitHub Actions instead of Travis
4 years ago
Michael Bredel
ff70bde3bc
Merge branch 'master' of github.com:mbredel/thesis-template
4 years ago
Michael Bredel
a659583317
Added an optional blocking notice.
4 years ago
Cr0ydon
59fb0205ce
readme: update build badge
4 years ago
Cr0ydon
3cfe2b2303
Rename Dockerfile.travis to Dockerfile.ci
4 years ago
Cr0ydon
30a73a51e0
readme: fix a typo
4 years ago
Cr0ydon
99b462da19
CI: Use GitHub Actions instead of Travis
...
Travis has strongly limited their free CI service.
It is not available and freely usable by default anymore, rather people have to explicitly request Credits for their open source projects. Only if granted, Travis can be used further. Every minute CI is running it costs a certain amount of Credits. Once there are none left, people would have to request Credits again.
On the other hand, this repository is already hosted on GitHub. Making the freely available GitHub Actions an obvious and hassle free choice.
Some references for the Travis CI changes:
https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing
https://blog.travis-ci.com/oss-announcement
4 years ago
Michael Bredel
f426846cc4
Merge pull request #12 from Croydon/docker_maintainer_label
...
Dockerfiles: Use LABEL instead of MAINTAINER
4 years ago
Croydon
3f70209820
Use LABEL instead of MAINTAINER
...
The MAINTAINER instruction is deprecated since Docker 1.13.0 and should not be used anymore.
Instead the more flexible LABEL instruction can be used
Documentation:
https://docs.docker.com/engine/deprecated/#maintainer-in-dockerfile
https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
4 years ago