You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] Generating build script completed, took 235ms
[INFO] Reading cached asset graph completed, took 64ms
[INFO] Checking for updates since last build completed, took 843ms
[WARNING] design_tokens_builder|lib/design_tokens_builder.dart was not found in the asset graph, incremental builds will not work.
This probably means you don't have your dependencies specified fully in your pubspec.yaml.[WARNING] Invalidating asset graph due to build script update![INFO] Cleaning up outputs from previous builds. completed, took 1ms[INFO] Generating build script completed, took 40ms[WARNING] Invalidated precompiled build script due to missing asset graph.[INFO] Precompiling build script... completed, took 596ms[WARNING] design_tokens_builder|lib/design_tokens_builder.dart was not found in the asset graph, incremental builds will not work. This probably means you don't have your dependencies specified fully in your pubspec.yaml.
[INFO] Building new asset graph completed, took 900ms
[INFO] Checking for unexpected pre-existing outputs. completed, took 0ms
[SEVERE] design_tokens_builder on lib/$lib$:
type'Null' is not a subtype of type'Map<String, dynamic>'intype cast
[INFO] Running build completed, took 100ms
[INFO] Caching finalized dependency graph completed, took 39ms
[SEVERE] Failed after 145ms
Flutter Doctor output
Doctor output
[✓] Flutter (Channel stable, 3.13.9, on macOS 14.0 23A344 darwin-arm64, locale en-TW)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 15.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] VS Code (version 1.84.0)
[✓] Connected device (1 available)
[✓] Network resources
The text was updated successfully, but these errors were encountered:
Kahoulam
added a commit
to howflutter/design_tokens_builder
that referenced
this issue
Nov 27, 2023
Steps to reproduce
tokens.json
filedart run build_runner build
Expected results
Correctly generate
tokens.dart
fileActual results
An error occurred:
Version
design_tokens_builder: ^0.2.0+1
Code sample
tokens.json
Logs
Console logs
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: