3 Commits

Author SHA1 Message Date
9c0889002c Multiplatform dart analyzer & test scripts (#113)
* First try at CI setup.

* Place .travis.yml to repo root.

* Fix issues running the scripts from wrong directories.

* Another try with the rename script.

* Readd the accidentally lost sample file.

* Try to install Dart with the instructions on the dartlang.org website.

* Get all packages before analyzing or testing anything.

* Use full path when running flutter commands.

* Another try with path variables.

* Inline all scripts to a single file.

* Fix analysis issues

* Fix failing test in core.

* Remove leftover stuff in mobile.

* Add fancy build status badge.

* Update statement about current Flutter version used for building inKino.
2019-01-19 13:09:36 +01:00
6f2ebec976 Use immutable collections from kt.dart (#112)
* Use immutable collections in core interfaces

* Convert theaters to kt_dart

* Convert mobile to kt_dart

* Covert web to kt_dart

* Combine movies with same original title correctly
2019-01-19 10:32:20 +01:00
59fd61afbd Multiplatform stuff (#102)
* Multiplatform stuff.
* Update to make stuff work with the latest Flutter beta.
2018-11-07 15:34:34 +01:00