563 Commits

Author SHA1 Message Date
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
8d5efa1832 Adding Common exceptions section to FAQ 2019-10-23 20:18:47 -03:00
6a1d016f9a Merge pull request #175 from impulse/patch-1
Add awesome list to "Getting started"
2019-10-22 12:51:28 -04:00
12abf8d7f2 Add awesome list to "Getting started" 2019-10-22 15:36:09 +02:00
884c3a2713 Merge pull request #172 from flame-engine/fixes-and-nits
Fixes and nit-picks
2019-10-14 23:01:05 -04: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
48b9b4fe44 Fixing nits and warnings on the code 2019-10-14 17:16:23 -04:00
e129e7f8c1 fixing warnings and nits on the tests 2019-10-14 17:15:56 -04:00
15955e7d28 Fixing warnings and nits on our examples 2019-10-14 17:15:41 -04:00
0293fe6398 Adding more vscode files to gitignore 2019-10-14 17:15:07 -04:00
0459e6eff4 Merge pull request #169 from flame-engine/adding-faq
Adding a FAQ file and link on the README
2019-10-12 18:30:29 -04:00
e734d0fca7 adding bob box to examples list 2019-10-12 18:10:26 -04:00
cd989bb6f1 improve phrasings 2019-10-12 18:07:10 -04:00
2088735b5f standards 2019-10-12 18:03:21 -04:00
51e52cdd48 adding more questions to faq 2019-10-12 18:02:21 -04:00
bdc08b8e93 fix formatting 2019-10-12 17:35:40 -04:00
956581ae8c fix markdown 2019-10-12 17:34:21 -04:00
6bb6b2be1c Adding a FAQ file and link on the README 2019-10-12 17:32:17 -04:00
1f182f0748 bump versions 2019-10-07 21:50:44 -04:00
1d840fa9f1 adding flip rendering docs 2019-10-07 22:44:44 -03:00
1f067f5c25 adding example and only calculating flip if needed 2019-10-07 22:44:44 -03:00
627e12bba2 add invert X or Y axis to position component 2019-10-07 22:44:44 -03:00
1dabf46712 Merge pull request #163 from japalekhin/master
Looping background music management class
2019-10-04 08:36:28 -07:00
39451f40e8 fixed nesting in doc readme 2019-10-04 11:54:48 +08:00
9c76514eef changed bgm getter to one-line fat arrow function 2019-10-01 07:38:40 +08:00
01d193d8d3 added looping background music to doc/readme 2019-10-01 07:38:14 +08:00
c33746871a updated documentation to match the new observer registration process 2019-09-28 18:28:37 +08:00
35990dd6f0 added flag for observer registration status to avoid double registering (and the opposite when removing) 2019-09-28 18:08:24 +08:00
98be5abe90 removed widgets binding observer registration on construction
added null checks every time audioPlayer is accessed
2019-09-28 18:03:12 +08:00
678da3628a added link to bgm doc from audio doc 2019-09-28 14:10:01 +08:00
0f735937c5 updated bgm documentation 2019-09-28 13:40:24 +08:00
71eebd0e7a set isPlaying to false to avoid playing a stopped bgm on app resume 2019-09-28 13:35:31 +08:00
9a5f203f45 replaced bgm with a getter to avoid autoregistering the widgetsbinding observer but register on demand instead 2019-09-28 13:28:25 +08:00
2eb7040ef7 added audioplayer stop code 2019-09-28 13:27:25 +08:00
be9717ae50 added WIP bgm documentation 2019-09-27 12:21:11 +08:00
a1e0f60bd1 added note about bgm on change log 2019-09-27 12:20:58 +08:00
17199d0b4f added bgm static property 2019-09-27 12:20:43 +08:00
a131029599 added Bgm class 2019-09-27 12:20:19 +08:00
5632a10150 bump versions 2019-09-24 20:57:27 -04:00
edc9e64678 Fixed formatting error 2019-09-24 19:03:36 -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
af6cb03556 changelog update 2019-09-24 18:59:49 -03:00
85b8d89adc Prevent multiple completions 2019-09-24 18:59:49 -03:00
033e561d4c Merge pull request #159 from japalekhin/master
util orientation aliases
2019-09-22 13:57:01 -03:00