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

Add loadAppFonts #66

Merged
merged 74 commits into from
Nov 21, 2024
Merged

Add loadAppFonts #66

merged 74 commits into from
Nov 21, 2024

Commits on Oct 1, 2024

  1. Add loadAppFonts

    robiness committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d7f4f8e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Load Roboto from SDK

    robiness committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4a86156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6887603 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Make first test succeed

    robiness committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f3cfd2f View commit details
    Browse the repository at this point in the history
  2. Add external font test

    robiness committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    18f759c View commit details
    Browse the repository at this point in the history
  3. Update golden

    robiness committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    66a1bc6 View commit details
    Browse the repository at this point in the history
  4. Use all but bold

    robiness committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    db6da74 View commit details
    Browse the repository at this point in the history
  5. Separate tests

    robiness committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    01b02d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Rename virtual test files

    robiness committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7e7a35a View commit details
    Browse the repository at this point in the history
  2. Use absolute flutter path

    robiness committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    773be86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ac8c1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90a3438 View commit details
    Browse the repository at this point in the history
  5. Fix lints

    robiness committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    aae23d5 View commit details
    Browse the repository at this point in the history
  6. Adjust exceptions

    robiness committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    836b480 View commit details
    Browse the repository at this point in the history
  7. Remove failures

    robiness committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    4a5155a View commit details
    Browse the repository at this point in the history
  8. Use absolut spot path

    robiness committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    76cc1ad View commit details
    Browse the repository at this point in the history
  9. Use relative path again

    robiness committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e4cc8f2 View commit details
    Browse the repository at this point in the history
  10. Use correct absolut path

    robiness committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    445ba63 View commit details
    Browse the repository at this point in the history
  11. Remove bold text

    robiness committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b5c9699 View commit details
    Browse the repository at this point in the history
  12. Rename to loadFonts

    robiness committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a31d2ce View commit details
    Browse the repository at this point in the history
  13. Make font bigger

    robiness committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    36e7090 View commit details
    Browse the repository at this point in the history
  14. Adjust file names

    robiness committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f4b2425 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    8971fb0 View commit details
    Browse the repository at this point in the history
  2. Remove prints

    robiness committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c8d4589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de807d1 View commit details
    Browse the repository at this point in the history
  4. Lower sdk constraint

    robiness committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6e1a69e View commit details
    Browse the repository at this point in the history
  5. Fix lints

    robiness committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5189333 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Use pumpAndSettle

    robiness committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    99192c9 View commit details
    Browse the repository at this point in the history
  2. Remove StreamSubscriptions

    robiness committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    28fae64 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    c0b7f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd567aa View commit details
    Browse the repository at this point in the history
  3. More complex test

    robiness committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c9e6c72 View commit details
    Browse the repository at this point in the history
  4. Only create temp directory

    robiness committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    863aa3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    223539c View commit details
    Browse the repository at this point in the history
  6. Add heres for tracking

    robiness committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    37abc35 View commit details
    Browse the repository at this point in the history
  7. Improve error printing

    robiness committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7821e25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    943aa28 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    d3cb7f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04efa62 View commit details
    Browse the repository at this point in the history
  3. Fix test project setup

    passsy committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f530858 View commit details
    Browse the repository at this point in the history
  4. Archive golden test results

    passsy committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ffb7cef View commit details
    Browse the repository at this point in the history
  5. Name archive artifacts

    robiness committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    045b7bd View commit details
    Browse the repository at this point in the history
  6. Print paths

    robiness committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b6a5967 View commit details
    Browse the repository at this point in the history
  7. Add 2% tolerance

    robiness committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    fc6bf96 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f38769c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11692fb View commit details
    Browse the repository at this point in the history
  10. Remove prints

    robiness committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    35a97f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5b808a6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4414e72 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c95d4aa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d659a74 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    11e7286 View commit details
    Browse the repository at this point in the history
  2. Improve FontManifest loading

    passsy committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9a2b262 View commit details
    Browse the repository at this point in the history
  3. Update golden files

    passsy committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8a42b38 View commit details
    Browse the repository at this point in the history
  4. Test loading of invalid fonts

    passsy committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7ff8673 View commit details
    Browse the repository at this point in the history
  5. Test loading with family: ""

    passsy committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6c31ad7 View commit details
    Browse the repository at this point in the history
  6. Fix import for Flutter 3.10

    passsy committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7ca38bf View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Fix font loading on Windows

    passsy committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    0094355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd53f1a View commit details
    Browse the repository at this point in the history
  3. Run tests on windows

    passsy committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    acbe619 View commit details
    Browse the repository at this point in the history
  4. Unify flutterRoot detection

    passsy committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    19b9ff1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2116a9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ed2b93 View commit details
    Browse the repository at this point in the history
  7. Update tolerance log

    robiness committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e562996 View commit details
    Browse the repository at this point in the history
  8. Add missing tearDown

    passsy committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3a58448 View commit details
    Browse the repository at this point in the history
  9. Prevent reentry

    passsy committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    2f86ead View commit details
    Browse the repository at this point in the history
  10. Prevent reentry for loadFont

    passsy committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3eb75c9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a2ede4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4aa1c72 View commit details
    Browse the repository at this point in the history
  13. Refactor font manifest loading

    passsy committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6090718 View commit details
    Browse the repository at this point in the history
  14. Rename variables

    passsy committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    0ac060e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a67c795 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Add app and package font tests

    passsy committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    963991e View commit details
    Browse the repository at this point in the history
  2. Fix import

    passsy committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0840684 View commit details
    Browse the repository at this point in the history