Skip to content

geosebas/flutter_realm_backlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_realm_backlink

Flutter project to reproduce an error with realm @Backlink property.

The bug here is that you cannot use a backlink if not in the same file/library. The other one is that you cannot use List as a type, just Iterable (less than a bug, just imho something to improve)

Steps to reproduce :

  • execute : flutter pub get
  • uncomment the bugging part
  • execute : flutter packages pub run build_runner build

About

Repo to reproduce error on realm backlink

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published