|
|
dea71c98f3
|
Changing docs to reflect the refactoring
|
2019-11-11 09:24:13 -03:00 |
|
|
|
a2336b926d
|
Refactoring new API to use mixins
|
2019-11-11 09:24:13 -03:00 |
|
|
|
6f44e0514b
|
Fixing gestures conflicts and adding a gestures example
|
2019-11-11 09:24:13 -03:00 |
|
|
|
06bb9f573f
|
fix formatting
|
2019-10-30 19:41:26 -04:00 |
|
|
|
d102c1a9c5
|
Update main.dart
|
2019-10-30 19:29:31 -04:00 |
|
|
|
f4fc7df28a
|
Fixing FlareAnimation API and FlareComponent renderization
|
2019-10-29 20:09:57 -03:00 |
|
|
|
ff876ef058
|
fix debug example app
|
2019-10-14 19:06:50 -04:00 |
|
|
|
29f100a460
|
removing unnecessary types in example
|
2019-10-14 18:58:52 -04:00 |
|
|
|
33b457b5a5
|
uppercasing colors
|
2019-10-14 18:28:20 -04:00 |
|
|
|
bbd5a3f683
|
formatting
|
2019-10-14 17:28:50 -04:00 |
|
|
|
15955e7d28
|
Fixing warnings and nits on our examples
|
2019-10-14 17:15:41 -04:00 |
|
|
|
1f067f5c25
|
adding example and only calculating flip if needed
|
2019-10-07 22:44:44 -03:00 |
|
|
|
a349754428
|
Rename Tapeable to Tapable
|
2019-09-24 19:03:36 -03:00 |
|
|
|
f18e6bbea1
|
Correction of typos in the docs
|
2019-09-24 19:00:42 -03:00 |
|
|
|
e2622cde41
|
improve mixins & adds HasGameRef & fixes composedComponent
|
2019-09-21 12:59:32 -04:00 |
|
|
|
83866be7ee
|
Finishing PR comments
|
2019-09-10 21:16:45 -03:00 |
|
|
|
7776aec987
|
PR suggestions
|
2019-09-10 21:16:45 -03:00 |
|
|
|
441f635999
|
Implementing dispose on gesture recnognizer
|
2019-09-10 21:16:45 -03:00 |
|
|
|
688e50ce94
|
Formatting
|
2019-09-10 21:16:45 -03:00 |
|
|
|
82a32a4ff6
|
PR suggestions
|
2019-09-10 21:16:45 -03:00 |
|
|
|
ef7e2303ce
|
Formating
|
2019-09-10 21:16:45 -03:00 |
|
|
|
3498723801
|
Adding tap events
|
2019-09-10 21:16:45 -03:00 |
|
|
|
fd7ad987b6
|
organizing imports
|
2019-08-10 15:40:38 -03:00 |
|
|
|
1608e9a7b3
|
removing wrong code
|
2019-08-10 15:40:38 -03:00 |
|
|
|
110aa376d8
|
formatting files
|
2019-08-10 15:40:38 -03:00 |
|
|
|
ccc4677663
|
changing animation to component
|
2019-08-10 15:40:38 -03:00 |
|
|
|
51d259038f
|
formatting files
|
2019-08-10 15:40:38 -03:00 |
|
|
|
411a39fd72
|
exposing objects layer from tiled file
|
2019-08-10 15:40:38 -03:00 |
|
|
|
e93862904a
|
Parallax background example game
|
2019-08-02 11:31:07 -06:00 |
|
|
|
589f8235b5
|
Formating
|
2019-07-12 13:44:09 -03:00 |
|
|
|
78dfa1647c
|
Creating spriteAsWidget helper
|
2019-07-12 11:46:02 -03:00 |
|
|
|
557768476e
|
Linting
|
2019-07-11 17:57:03 -03:00 |
|
|
|
f340230cd7
|
Adding example for spritesheet
|
2019-07-11 17:57:03 -03:00 |
|
|
|
5f67a89de6
|
Fixing debug example README
|
2019-07-11 17:47:24 -03:00 |
|
|
|
f415090c24
|
PR suggestions
|
2019-07-11 17:47:24 -03:00 |
|
|
|
6770c0a270
|
Refactoring debugging
|
2019-07-11 17:47:24 -03:00 |
|
|
|
9d319d2591
|
formatting files
|
2019-07-10 07:51:51 -03:00 |
|
|
|
9bf6a06bf6
|
update readme on audiopool example
|
2019-07-09 12:11:14 -03:00 |
|
|
|
19c0a1de5b
|
update audio pool to use new audioplayers apis, adding audiopool example
|
2019-07-09 12:09:43 -03:00 |
|
|
|
1fdc0f181d
|
removing usnused folder
|
2019-07-09 12:09:43 -03:00 |
|
|
|
00519b0047
|
bump version + formatting
|
2019-07-09 11:37:22 -03:00 |
|
|
|
5866a1678c
|
bump versions of our dependencies
|
2019-07-04 09:12:47 -03:00 |
|
|
|
34e7fb314e
|
PR suggestions
|
2019-07-02 22:41:36 -03:00 |
|
|
|
23fd8c8bc0
|
Fixing release mode on examples that needed screenSize
|
2019-06-30 21:09:15 -03:00 |
|
|
|
b50efcb3a5
|
Adding destoryOnFinish flag to AnimationComponent
|
2019-06-29 12:49:36 -03:00 |
|
|
|
4b2288623e
|
Implementing Timer and its examples
|
2019-06-28 15:47:31 -03:00 |
|
|
|
e2dfd01366
|
Adding Flare support (#96)
* Initial commit
* Flare support
* Adding docs for FlareAnimation
* Some organization fixes on Flare example game
* Adding changelog entry
* Fixing lint
* Adding FlareComponent
* PR changes
* PR suggestions and linting
|
2019-05-30 11:12:15 -03:00 |
|
|
|
63f6ea0cbe
|
Linting files
|
2019-05-22 09:24:25 -03:00 |
|
|
|
dd0de2e751
|
Adding go desktop example
|
2019-05-21 12:20:05 -03:00 |
|
|
|
89e26e2329
|
fixing examples
|
2019-04-20 20:28:15 -03:00 |
|