Fodil A.
Fodil A.
Hi, I can't write my passhphrase when I release. And that creates a failure. > Failed to run [git remote update] - [Fetching origin > ][Permission denied (publickey,gssapi-keyex,gssapi-with-mic). > fatal:...
Page URL: https://docs.flutter.dev/ui/layout#aligning-widgets Page source: https://github.com/flutter/website/tree/master/src/docs/development/ui/layout/index.md Found a typo? You can fix it yourself by going to the page source and clicking the pencil icon. Or finish creating this issue....
**Steps to Reproduce** Use HiveType on class with field of type Map **Code sample** ```dart @HiveType(typeId: 0) class Foo { @HiveField(0) Map map; } ``` Generates code that does not...