Fodil A.

Results 3 issues of 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:...

enhancement

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....

a.tut.tutorial
p2-medium
e1-hours
a.tut.codelab
st.triage.ltw
fix.screenshot
from.page-issue
t.ui.general
t.ui.layout

**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...

problem