Jessica Moura Ribeiro
Jessica Moura Ribeiro
Hello, congratulations on the excellent work! I am trying to adjust the height and width simultaneously, but the image is cropped. I took a look at the code and it...
``` import flatten_json records = { 'lives.name':'person', 'lives.name_mother':'mother' } flatten_json.unflatten(records, ".") ``` expected: ``` { 'lives': { 'name': 'person', 'name_mother': 'mother' } } ``` but result in: ``` { 'lives':...
REST API
I would like to access the full list of banks and information to try creates a comparative tool. Do you make this data available in any way?
add label size
Could anyone help me how can I use fill variant when using font in flutter? ```yaml fonts: - family: MaterialSymbols fonts: - asset: lib/utils/assets/fonts/MaterialSymbolsRounded.ttf weight: 400 ``` ```dart Text( "\ue131",...
I'm experiencing some error messages when trying to use both packages together. When refreshing the page in the web browser I receive: ```sh The following assertion was thrown building QRouter(state:...
modify this in form: $http({ "headers": { "accept": "application/json", "content-type": "text/plain" } }