{"id":21676426,"url":"https://github.com/odeassis/basic-flutter-apps","last_synced_at":"2026-05-03T10:38:38.836Z","repository":{"id":186827337,"uuid":"280754272","full_name":"odeassis/Basic-Flutter-Apps","owner":"odeassis","description":"Desenvolvimento de Apps para ANDROID e iOS com apenas  um código utilizando o framework Flutter e linguagem Dart.","archived":false,"fork":false,"pushed_at":"2020-09-20T18:40:18.000Z","size":118719,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-26T14:11:08.480Z","etag":null,"topics":["android","dart","flutter","flutter-examples","ios"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/odeassis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-07-18T23:05:04.000Z","updated_at":"2020-09-20T18:40:20.000Z","dependencies_parsed_at":"2023-08-07T22:32:09.683Z","dependency_job_id":"b022c5f6-de70-4ddb-b836-2498807f5d2c","html_url":"https://github.com/odeassis/Basic-Flutter-Apps","commit_stats":null,"previous_names":["fdassis/basic-flutter-apps","odeassis/basic-flutter-apps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/odeassis/Basic-Flutter-Apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odeassis%2FBasic-Flutter-Apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odeassis%2FBasic-Flutter-Apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odeassis%2FBasic-Flutter-Apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odeassis%2FBasic-Flutter-Apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/odeassis","download_url":"https://codeload.github.com/odeassis/Basic-Flutter-Apps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odeassis%2FBasic-Flutter-Apps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32566444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","dart","flutter","flutter-examples","ios"],"created_at":"2024-11-25T14:14:07.883Z","updated_at":"2026-05-03T10:38:38.807Z","avatar_url":"https://github.com/odeassis.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003e\n  App Simples Desenvolvidos com Flutter :iphone:\n\u003c/h2\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#octocat-sobre-o-repositorio\"\u003eSobre esse repositorio \u003c/a\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ca href=\"#milky_way-projetos\"\u003eProjetos \u003c/a\u003e \u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#memo-licença\"\u003eLicença\u003c/a\u003e\u0026nbsp;\u0026nbsp; \n\u003c/p\u003e\n\n---\n\n## :octocat: Sobre o repositorio\n\n\n## :vertical_traffic_light: Projetos\n  - \u003ca href=\"#bmi-calculator\"\u003eBMI Calculator\u003c/a\u003e\n  - \u003ca href=\"#currency-conversion\"\u003eCurrency Conversion\u003c/a\u003e\n  - \u003ca href=\"#phonebook\"\u003ePhonebook\u003c/a\u003e\n  - \u003ca href=\"#Search-gifs\"\u003eSearch Gifs\u003c/a\u003e\n---\n\n- ### BMI Calculator\n  App pra calcular o IMC - indice de massa corporal - de uma pessoa. O índice de massa corporal é uma medida internacional usada para calcular se uma pessoa está no peso ideal.\n\n  O objetivo da criação desse projeto/App é o aprendizado basico de alguns conseitos/widgets do flutter, tais como:\n\n    - [x] Scaffold e AppBar\n    - [x] TextField e Decoration\n    - [x] ScrollView e RaisedButton\n    - [x] Controller\n    - [x] Formulários e Validações.\n \n  \u003cp float=\"left\" align=\"center\"\u003e\n    \n    \u003cimg src=\"screenshots/bmi_02.jpg\" width=250 title=\"Pagina de Sobre\"/\u003e\n    \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;\n    \u003cimg src=\"screenshots/bmi_01.gif\" width=250 title=\"Pagina de Sobre\"/\u003e\n\n  \u003c/p\u003e \n---\n\n- ### Currency Conversion\n  Aplicativo simples para a realização de conversão de moedas (Reais, Dólar e Euro), utilizando uma API externa para a obtenção de valores em tempo real.\n\n  Alguns conseitos utilizado neste projeto foram:\n  - [x] Padrão JSON\n  - [x] API externa e Requisições http\n  - [x] FutureBuilder\n\n  \u003cp float=\"left\" align=\"center\"\u003e\n    \n    \u003cimg src=\"screenshots/currency_02.jpg\" width=250 title=\"Pagina de Sobre\"/\u003e\n    \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;\n    \u003cimg src=\"screenshots/currency_01.gif\" width=250 title=\"Pagina de Sobre\"/\u003e\n\n  \u003c/p\u003e\n---\n- ### Phonebook\n\n  \u003cp align=\"center\"\u003e\n    \n    \u003cimg width=400 src=\"http://res.cloudinary.com/dorzadlpq/image/upload/v1600620713/image/github/flutter/phonebook_rdixlq.gif\"/\u003e\n    \u003cimg width=400 src=\"https://res.cloudinary.com/dorzadlpq/image/upload/v1600620586/image/github/flutter/phonebook_2_vskdna.gif\"/\u003e\n\n  \u003c/p\u003e\n---\n- ### Search Gifs\n\n  \u003cp align=\"center\"\u003e\n    \u003cimg width=400 src=\"https://res.cloudinary.com/dorzadlpq/image/upload/v1600627175/image/github/flutter/search_gif_1_vjvobf.gif\"/\u003e\n    \u003cimg width=400 src=\"https://res.cloudinary.com/dorzadlpq/image/upload/v1600626989/image/github/flutter/search_gif_2_kss5rq.gif\"/\u003e\n  \u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodeassis%2Fbasic-flutter-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fodeassis%2Fbasic-flutter-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodeassis%2Fbasic-flutter-apps/lists"}