161 Commits

Author SHA1 Message Date
eb702ae07c Linting 2020-05-25 12:20:58 -03:00
cee26870db Adding FlameAnimationWidget 2020-05-25 12:20:45 -03:00
a8e0bbd5a1 Fixing center repaint 2020-05-25 11:46:46 -03:00
96a6ce31c2 Adding FlameSpriteWidget 2020-05-23 15:07:35 -03:00
b46ebb1378 Linting 2020-05-20 19:57:48 -03:00
624a4de294 Refactoring gestures to fix conflicts 2020-05-20 19:55:36 -03:00
cdc8aca8dc fix format on develop 2020-05-20 22:49:46 +01:00
cb6b8ff588 improved the readme based on review 2020-05-20 21:11:04 +02:00
1327e13143 fixed typo 2020-05-20 17:43:40 +02:00
cfaf5dfe52 added missing height which led to an error otherwise 2020-05-20 17:41:47 +02:00
9954a20f2f update readme to include pub get 2020-05-20 17:17:59 +02:00
433bcf03cd added ensureInitialized call on examples that were not working without it 2020-05-20 17:17:46 +02:00
df1f88a6e0 Reverting doc rename 2020-05-18 15:13:22 -03:00
9293a6e4a9 Renamed doc to docs and minor language fixes 2020-05-10 16:51:49 +02:00
b3dd9c37fd Conform examples to updated Box2DGame 2020-05-05 20:20:36 +02:00
e0c018f8f4 Fix boundaries to work with new Box2DGame 2020-05-05 20:17:01 +02:00
52b4c9bf55 Make balls in example easier to see 2020-05-05 20:17:01 +02:00
8ec7f06459 Set user data for walls on body 2020-05-05 20:17:01 +02:00
94cd8b6f2b Set userdata on the body instead of on fixture 2020-05-05 20:17:01 +02:00
ac6abfcd24 Inheritance example for contact callbacks 2020-05-05 20:17:01 +02:00
86c37c7194 Add contact object to callback functions 2020-05-05 20:17:01 +02:00
8ee7e01334 Implement new way of using contact callbacks 2020-05-05 20:17:01 +02:00
2653af8afe Fix cascade notation 2020-05-05 20:17:01 +02:00
ac81bbab97 Flutter formaFlutter formatt 2020-05-05 20:17:01 +02:00
41fcde6a38 Reflect class name in filename for ContactCallbacks 2020-05-05 20:17:01 +02:00
6d38f162dc Example showcasing how to use the ContactCallback 2020-05-05 20:17:01 +02:00
c5c0a23ac9 Move existing box2d example 2020-05-05 20:15:50 +02:00
03bb8d6e98 Merge branch 'develop' into feat/image-base64 2020-05-05 10:22:31 -03:00
2d70522258 Removing generated_plugin_registrant.dart 2020-05-05 10:21:19 -03:00
14567f5b2e Fix rendering prio with Box2DGame 2020-05-04 21:07:26 +02:00
ebc6be0237 Adding Images#fromBase64 2020-05-03 19:06:20 -03:00
01fc0083df Merge branch 'develop' into feat/effect-api 2020-05-01 10:37:35 -03:00
41cc763c95 Merge branch 'split-game' of https://github.com/erf/flame into split-game 2020-04-23 18:10:49 +02:00
c535ba6a2f fix commas 2020-04-23 18:10:36 +02:00
0e0b45221c Merge branch 'develop' into split-game 2020-04-22 14:11:02 +02:00
4386f47fc4 make BaseGame non-abstract and remove SimpleGame | fix animation example 2020-04-21 16:34:39 +02:00
43b05acc55 Removing unused files 2020-04-21 10:43:04 -03:00
ed11b5c4f1 Ensuring final position and size for MoveEffect and ScaleEffect 2020-04-21 10:14:31 -03:00
f993aadceb Adding ScaleEffect 2020-04-21 10:01:08 -03:00
9356132325 Initial commit with position effects (MoveEffect) 2020-04-21 10:01:08 -03:00
0c27bb7a02 Merge branch 'develop' into feat/sprite-button 2020-04-21 09:44:44 -03:00
f47cd38d77 PR suggestions 2020-04-21 09:37:30 -03:00
b5ae4f25f2 Linting 2020-04-21 09:32:16 -03:00
2bc4b7ad9d refactor classes in game.dart to separate files 2020-04-20 21:11:54 +02:00
2d9c525fdb Merge pull request #283 from erf/sprite-batch
Add SpriteBatch API
2020-04-20 12:32:06 -03:00
55a358dc74 static async fromAsset factory method | optional add all values in constructor 2020-04-20 16:44:52 +02:00
988048f997 Update doc/examples/widgets/lib/main.dart
Co-Authored-By: Luan Nico <luanpotter27@gmail.com>
2020-04-20 09:25:27 -03:00
5a59e5096f Update doc/examples/widgets/lib/main.dart
Co-Authored-By: Luan Nico <luanpotter27@gmail.com>
2020-04-20 09:25:20 -03:00
d4a268d0cc Pr suggestion on doc/examples/widgets/lib/main.dart
Co-Authored-By: Luan Nico <luanpotter27@gmail.com>
2020-04-20 09:25:06 -03:00
aea3a651cc linting 2020-04-19 15:07:15 -03:00