6 Commits

Author SHA1 Message Date
00619f8047 feat: adding default constructor on SvgComponent (#1334)
* feat: adding default constructor on SvgComponent

* fixing flame version

* svg not final anymore

* pr suggestions
2022-01-24 09:30:39 -03:00
b89839c894 Adding dartdocs to flame_svg (#1101)
* Adding dartdocs to flame_svg

* Apply suggestions from code review

Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>

* pr suggestions

* Apply suggestions from code review

Co-authored-by: Luan Nico <luanpotter27@gmail.com>

* Update packages/flame_svg/lib/svg_component.dart

Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
2021-11-18 12:53:08 +00:00
0a7b87e202 Remove unnecessary super.render calls (#1084)
* Remove unnecessary super.render calls

* Update tutorial and docs
2021-11-11 11:50:01 +01:00
0a7a6867bf Relative flame paths for bridge packages (#832)
* Script for handling publishing

* Use relative paths to Flame for bridge packages

* Publish flame_svg-1.0.0-rc5

* Publish flame_svg-1.0.0-rc5

* Real publish in script

* No slash at end of relative path

* Roll back svg changelog

* rc4 for svg

* Update fire atlas to use new position details

* Update usage of script
2021-05-30 01:10:33 +02:00
c518227c7d Add priority to all component constructors (#828)
* Add priority to all component constructors

* Remove SvgComponent priority but add TODO

* Fix formatting

* Remove leftover default
2021-05-29 20:25:53 +02:00
463c6e651e Move flame_svg to monorepo (#813)
* Move flame_svg to monorepo

* Add code metrics

* Remove comment from example pubspec

* Correct asset_cache import
2021-05-22 20:22:01 +02:00