Skip to content
Thomas Hii edited this page Jun 10, 2023 · 31 revisions

Angel 3 Framework

[2023]

TODO

  • Resolve angel_orm_mysql pending issues
    • Handle Blob data type with both MariaDB 10.2.x and MySQL 8.x
    • Resolve datetime/timezone issue with MySQL 8.x
  • Refactor dart:mirror dependencies

Development

  • Performance Tuning
  • ORM
  • OAuth2

Released

  • 8.0.0

    • Require Dart >= 3.0.x
  • 7.0.0

    • Require Dart >= 2.17.x
  • 6.0.0

    • Require Dart >= 2.16.x
    • Updated angel3_orm_mysql to support MariaDB 10.2.x and MySQL 8.x
    • Default logger

[2021]

This project is a fork of Angel Framework migrated to support Dart 2.12.x with null safety. Dart version below 2.12.x is not supported. The migrated packages are published with angel3_ prefix since the original version has been archived. For the status of the migrated packages, please check out the change log. The goal is to have a fully production ready Angel3 framework on SDK 2.12.x or later.