Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Export maps #78

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 24, 2023

  1. removed need for flutter sdk (dart:ui)

    --> replaced dart:ui Color with color_model package
    --> custom Rect instead of dart:ui
    --> replaced flutter_test with test package
    benni-tec committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c37b7cf View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    e389a08 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. removed color_models dependency in favor of a basic data class in col…

    …or.dart
    benni-tec committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    8f38c1c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. renamed Color to ColorData to make conversion easier in flame_tiled /…

    …/ added tests for hex decoding in ColorData
    benni-tec committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f697800 View commit details
    Browse the repository at this point in the history
  2. added dartdocs to color and tests

    benni-tec committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e104efd View commit details
    Browse the repository at this point in the history
  3. added back flame_lint

    benni-tec committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6b60e92 View commit details
    Browse the repository at this point in the history
  4. transfer

    benni-tec committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    54c3878 View commit details
    Browse the repository at this point in the history
  5. added exports to I think everything

    benni-tec committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    50025a0 View commit details
    Browse the repository at this point in the history
  6. added some tests and fixes

    benni-tec committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ef1e6ab View commit details
    Browse the repository at this point in the history
  7. removed ExportSettings and changed JsonExport to use JsonObjects (bet…

    …ter type safety)
    benni-tec committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e1c4521 View commit details
    Browse the repository at this point in the history
  8. rebase onto flame-engine#69-dart-sdk

    benni-tec committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9174a0a View commit details
    Browse the repository at this point in the history
  9. fixed typo

    benni-tec committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a7d451c View commit details
    Browse the repository at this point in the history
  10. added imageRect passthrough for explicit tiles without an existent im…

    …ageRect
    benni-tec committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    657a547 View commit details
    Browse the repository at this point in the history
  11. fixed properties missing on layers

    benni-tec committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    54f4a06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c0452f8 View commit details
    Browse the repository at this point in the history
  13. formatted

    benni-tec committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4652080 View commit details
    Browse the repository at this point in the history
  14. formatted, nicer structure and dartdocs

    benni-tec committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3a057e0 View commit details
    Browse the repository at this point in the history