realm / realm-dart

Realm is a mobile database: a replacement for SQLite & ORMs.
Apache License 2.0
772 stars 86 forks source link

Invalid argument(s): name shouldn't end with a '.' #1758

Closed AhmadFikriAS closed 4 months ago

AhmadFikriAS commented 4 months ago

What happened?

I got error when dart run realm generate

Repro steps

[SEVERE] Unhandled build failure!

Version

3.4.0

What Atlas Services are you using?

Local Database only

What type of application is this?

Flutter Application

Client OS and version

Windows 11

Code snippets

No response

Stacktrace of the exception/crash you're getting

[SEVERE] Unhandled build failure!
Invalid argument(s): name shouldn't end with a '.'
package:logging/src/logger.dart 85:7   new Logger._named
package:logging/src/logger.dart 67:47  new Logger.<fn>
dart:collection                        _LinkedHashMapMixin.putIfAbsent
package:logging/src/logger.dart 67:16  new Logger
package:logging/src/logger.dart 96:16  new Logger._named
package:logging/src/logger.dart 67:47  new Logger.<fn>
dart:collection                        _LinkedHashMapMixin.putIfAbsent
package:logging/src/logger.dart 67:16  new Logger
package:build_runner_core              _SingleBuild._runForInput.<fn>.<fn>
package:pool/pool.dart 127:14          Pool.withResource

[SEVERE] Failed after 12.9s

Relevant log output

No response

sync-by-unito[bot] commented 4 months ago

➤ PM Bot commented:

Jira ticket: RDART-1077

AhmadFikriAS commented 4 months ago

resolved by this https://github.com/rrousselGit/freezed/issues/883