Commit Graph

3302 Commits

Author SHA1 Message Date
Erick
694253bf2f Merge pull request #327 from flame-engine/erick.multi-touch-support
Multi touch tap support
2020-05-17 16:16:26 -03:00
Erick
ba860014d6 Merge branch 'develop' into erick.multi-touch-support 2020-05-17 14:43:34 -03:00
Erick
672b444d19 Merge branch 'develop' into erick.record-fps-mode 2020-05-17 11:38:29 -03:00
Lukas Klingsbo
c9cd9a9cb5 Formatting 2020-05-17 16:04:20 +02:00
Lukas Klingsbo
0e493fa9f8 Add trailing commas 2020-05-17 16:04:20 +02:00
Lukas Klingsbo
daa999f288 If case not needed 2020-05-17 16:04:20 +02:00
Lukas Klingsbo
4c3ad8dca8 No percentage before calculation 2020-05-17 16:04:20 +02:00
Lukas Klingsbo
7bcd6efb68 Correct super update order 2020-05-17 16:04:20 +02:00
Lukas Klingsbo
d976d07b2d Fix docs path 2020-05-17 16:04:20 +02:00
Lukas Klingsbo
c60b2f0a03 Delete widget_test.dart 2020-05-17 16:04:20 +02:00
Lukas Klingsbo
b8946d95f7 Delete widget_test.dart 2020-05-17 16:04:20 +02:00
Lukas Klingsbo
5523f6f723 Delete main.dart 2020-05-17 16:04:20 +02:00
Lukas Klingsbo
21c77a478a Fix comments 2020-05-17 16:04:20 +02:00
Lukas Klingsbo
94e6dbc66c Update changelog with effects extension 2020-05-17 16:04:16 +02:00
Lukas Klingsbo
77556f04a0 Formating 2020-05-17 16:03:46 +02:00
Lukas Klingsbo
db26f778bb Documentation for the effects 2020-05-17 16:03:46 +02:00
Lukas Klingsbo
3899aa873c Revert old example 2020-05-17 16:03:46 +02:00
Lukas Klingsbo
44cb779fdf Correct reset for non-alternation 2020-05-17 16:03:46 +02:00
Lukas Klingsbo
61d381a89f Infinite and alternating effects 2020-05-17 16:03:46 +02:00
Erick
08583abf68 Merge pull request #339 from spydon/fix-animations-example
Fix animations example
2020-05-17 10:46:24 -03:00
Lukas Klingsbo
b60f09fb59 Changelog entry for animations example fix 2020-05-17 12:58:16 +02:00
Lukas Klingsbo
b8a6a3420a Fix formatting 2020-05-17 12:57:22 +02:00
Lukas Klingsbo
0f0d556e12 Fix animations example 2020-05-17 12:54:38 +02:00
Erick
e4412af8de Merge pull request #332 from flame-engine/fix-gitignores-examples
fix ignores
2020-05-15 15:25:03 -03:00
renancaraujo
c9028922d6 fix ignores 2020-05-15 18:43:44 +01:00
Erick Zanardo
984026b34e Fixing tests 2020-05-15 13:06:53 -03:00
Erick Zanardo
2d67a3542e Splitting record fps mode from debug mode 2020-05-15 12:58:27 -03:00
Erick Zanardo
b7ee84c160 Removing lint problem 2020-05-15 12:16:44 -03:00
Erick Zanardo
b17db6c829 Adding multitouch to tapables 2020-05-15 12:12:10 -03:00
Erick Zanardo
7398c972bb linting 2020-05-15 11:57:22 -03:00
Erick Zanardo
749bcf8ceb PR suggestions 2020-05-15 11:57:08 -03:00
Erick Zanardo
9940bfe458 Luan linter 2020-05-15 10:31:32 -03:00
Erick
cdbe6c9f36 Merge pull request #333 from spydon/spydon.pr-changelog-reminder
Changelog reminder
2020-05-15 10:16:33 -03:00
Lukas Klingsbo
e770e7aae4 Fix comments 2020-05-15 09:36:05 +02:00
Lukas Klingsbo
d241857409 Add reminder for adding an entry in the changelog 2020-05-14 22:24:36 +02:00
Erick Zanardo
569caa0fcc Linting 2020-05-14 11:07:45 -03:00
Erick Zanardo
a9bdb43137 Adding multidrag support 2020-05-14 11:07:01 -03:00
Erick
1d69df914b Merge pull request #331 from orestesgaolin/patch-2
Fix parallax example
2020-05-14 10:08:36 -03:00
Dominik Roszkowski
4dbda79de2 Fix parallax example
- added `WidgetsFlutterBinding.ensureInitialized();` in `main`
2020-05-14 11:39:25 +02:00
Erick Zanardo
aa1ffced6f Linting 2020-05-13 12:03:06 -03:00
Erick Zanardo
b901063d63 Different approach 2020-05-13 12:02:50 -03:00
Erick Zanardo
7dea681b7d Adding multitap with RawGestureDetector 2020-05-13 11:41:32 -03:00
Erick
9630bab8a6 Merge pull request #325 from flame-engine/erick.read-binary-file
Adding AssetsCache.readBinaryFile
2020-05-13 10:23:08 -03:00
Erick Zanardo
4284c07619 Updating example gitignore 2020-05-13 10:19:46 -03:00
Erick Zanardo
bbca060466 Linting 2020-05-13 10:13:53 -03:00
Erick Zanardo
0b961012c3 Limiting 2020-05-13 10:11:57 -03:00
Erick Zanardo
8783f1d2d1 Linting 2020-05-13 10:11:57 -03:00
Erick Zanardo
3aed6c9ebc linting 2020-05-13 10:11:57 -03:00
Erick Zanardo
d7b964d17c Adding AssetsCache.readBinaryFile 2020-05-13 10:11:57 -03:00
Erick
55dc0a2af3 Merge pull request #319 from spydon/doc-fixes
Rename doc to docs and fix minor language issues
2020-05-13 10:01:03 -03:00