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!: Dart SDK compatibility #77

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

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

Commits on Jan 17, 2024

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