Commit Graph

26 Commits

Author SHA1 Message Date
Erick
0c3d8f1bf1 Removing Util.dart and moving its remaining parts to better places (#640)
* Removing Util.dart and moving its remaining parts to better places

* Fixing lint

* Doc fixes

* Doc fixes

* PR suggestions
2021-01-25 08:53:52 -03:00
Renan
ccee9a466b Move files to src and comply with the dart package layout convention (#621)
* 👌 Use `Offset` type directly in `JoystickAction.update` calculations (#631)

* Move files to src and comply with the dart package layout convention

* Fixing widgets example

Co-authored-by: Serge Matveenko <lig@countzero.co>
Co-authored-by: Erick Zanardo <erickzanardoo@gmail.com>
2021-01-20 09:05:43 -03:00
Serge Matveenko
16eaef3bb1 🏷 Backport some code improvements from the null-safety branch (#603) 2021-01-08 23:25:29 -03:00
Renan
2f2ab1341e game widget (#533) 2020-12-09 10:10:12 +00:00
Lukas Klingsbo
d09d2bd449 Add TextBoxConfig options and fix TextBoxComponent bugs (#534)
* Add TextBoxConfig options and fix TextBxoComponent bugs

* Add changelog entry

* Fix snackbar deprecation

* All examples to have publish to none

* One argument per line

* No explicit types for local variables

* Cache the width

* Fix formatting
2020-12-09 10:07:35 +00:00
Lukas Klingsbo
c4e2049450 Generalize position effect tests 2020-11-07 15:20:40 +01:00
Lukas Klingsbo
ba02032c68 List of vector2 as an argument to MoveEffect 2020-10-06 15:27:35 +02:00
Lukas Klingsbo
0f9fc2c60e Fixed with regards to the comments 2020-09-30 20:49:19 +02:00
Lukas Klingsbo
f97f20ab73 Vector2 for position and size on PositionComponent 2020-09-30 19:12:52 +02:00
Luan Nico
9d9d94c1b3 Fix examples dart version to allow extensions 2020-09-27 15:28:44 -04:00
Lukas Klingsbo
7bc9c9a3a7 Create extensions for Size and Offset 2020-09-21 19:50:54 +02:00
Lukas Klingsbo
181d292861 Fix imports 2020-09-21 19:39:40 +02:00
Lukas Klingsbo
50f8ffce3b Vector2 extension 2020-09-20 17:30:58 +02:00
Lukas Klingsbo
c90f636136 Use delegate Vector2F class instead of Vector2 2020-09-18 00:00:13 +02:00
Lukas Klingsbo
c95c93b3cd VectorUtil -> Vector2Operations 2020-09-12 16:43:29 +02:00
Lukas Klingsbo
5edd5f0fbd Move from Position to Vector2 2020-09-10 01:16:25 +02:00
Luan Nico
01b3863353 address comments 2020-08-18 23:39:40 -04:00
Luan Nico
997f36edc4 Part 3: Great Composed Component Refactor 2020-08-08 19:49:10 -04:00
Luan Nico
6f836ee36c Extract each component to their own file 2020-08-03 13:08:41 -04:00
Lukas Klingsbo
729f03c539 Update according to new BaseGame 2020-05-26 17:47:06 +02:00
Lukas Klingsbo
af361544c5 Rename properties and clarify in example 2020-05-26 17:47:06 +02:00
Lukas Klingsbo
18c85022e4 Add example for rotational effect 2020-05-26 17:47:06 +02:00
Lukas Klingsbo
b7fc754ce1 Use prepareCanvas 2020-05-26 17:47:06 +02:00
Lukas Klingsbo
9c3a1ea297 Rename properties and clarify in example 2020-05-21 11:41:02 +02:00
Lukas Klingsbo
75378e0aa7 Add example for rotational effect 2020-05-18 20:57:19 +02:00
Erick Zanardo
df1f88a6e0 Reverting doc rename 2020-05-18 15:13:22 -03:00