{"id":21486034,"url":"https://github.com/felipecastrosales/button","last_synced_at":"2026-01-24T11:04:25.120Z","repository":{"id":116140485,"uuid":"338019630","full_name":"felipecastrosales/button","owner":"felipecastrosales","description":"A simple Flutter App using the MethodChannel (Integration with Native Code).","archived":false,"fork":false,"pushed_at":"2024-08-19T10:38:41.000Z","size":66,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-19T12:34:19.018Z","etag":null,"topics":["button-widget","buttons","danielciolfi","dart","flutter","flutter-apps","flutter-examples","flutter-material","flutter-native","integration","java","method-channel","methodchannel","native-apps","simple-app","udemy-course"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felipecastrosales.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-11T12:14:21.000Z","updated_at":"2024-08-19T10:38:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"d333e935-df83-4787-b34d-13f7e5a49af7","html_url":"https://github.com/felipecastrosales/button","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fbutton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fbutton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fbutton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fbutton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipecastrosales","download_url":"https://codeload.github.com/felipecastrosales/button/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226045583,"owners_count":17565022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["button-widget","buttons","danielciolfi","dart","flutter","flutter-apps","flutter-examples","flutter-material","flutter-native","integration","java","method-channel","methodchannel","native-apps","simple-app","udemy-course"],"created_at":"2024-11-23T13:18:43.459Z","updated_at":"2026-01-24T11:04:25.082Z","avatar_url":"https://github.com/felipecastrosales.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n   \u003cimg src=\"android/app/src/main/res/drawable/plus.png\" width=\"7%\" alt=\"Button Image\"/\u003e\r\n\u003c/p\u003e\r\n\r\n\u003ch1 align=\"center\"\u003eButton\u003c/h1\u003e\r\n\r\n\u003ch2 align=\"center\"\u003eTopics 📋\u003c/h2\u003e\r\n\r\n   \u003cp\u003e\r\n\r\n   - [About 📖](#about-)\r\n   - [Preview 📱](#preview-)\r\n   - [Functionalities 🛠️](#functionalities-%EF%B8%8F)\r\n   - [Challenges and Learnings along the way 🤯](#challenges-and-learnings-along-the-way-)\r\n   - [How to Use 🤔](#how-to-use-)\r\n   - [How to Contribute 💪](#how-to-contribute-)\r\n   - [License 📝](#license-)\r\n\r\n   \u003c/p\u003e\r\n\r\n---\r\n\r\n\u003ch2 align=\"center\"\u003eAbout 📖\u003c/h2\u003e\r\n   \r\n\u003cp align=\"center\"\u003e\r\n   A very simple app made in Flutter with Integration with Native Code throught MethodChannel.\u003cbr\u003e\r\n   For more details about on Integration, see in \u003ca href=\"https://flutter.dev/docs/development/platform-integration/platform-channels\"\u003edocumentation\u003c/a\u003e.\r\n\u003c/p\u003e\r\n\r\n---\r\n\r\n\u003ch2 align=\"center\"\u003ePreview 📱\u003c/h2\u003e\r\n\r\n   \u003cp align=\"center\"\u003e\r\n      \u003cimg src=\"https://user-images.githubusercontent.com/59374587/107648556-3c095380-6c5b-11eb-987f-cd575e0efcf1.gif\" width=\"400\" alt=\"Button Demo\"\u003e\r\n   \u003c/p\u003e\r\n\r\n---\r\n\r\n\r\n\u003ch2 align=\"center\"\u003eChallenges and Learnings along the way 🤯\u003c/h2\u003e\r\n\r\n   \u003cp\u003e\r\n   This application was just a simple integration with the native code, which can help a lot when we are going to use or create a project that needs a Native Integration, Flutter gives us this incredible opportunity.\r\n   \u003c/p\u003e\r\n\r\n---\r\n\r\n\u003ch2 align=\"center\"\u003eHow to Use 🤔\u003c/h2\u003e\r\n\r\n   ```\r\n   First of all, correctly configure the Flutter development environment on your machine, see https://flutter.dev/docs/get-started/install\r\n   \r\n   - Clone this repository:\r\n   $ git clone https://github.com/felipecastrosales/Button Button\r\n\r\n   - Enter in directory:\r\n   $ cd Button\r\n\r\n   - For install dependencies:\r\n   $ flutter pub get\r\n\r\n   - Run the app: \r\n   $ flutter run\r\n   ```\r\n\r\n---\r\n\r\n\u003ch2 align=\"center\"\u003eHow to Contribute 💪\u003c/h2\u003e\r\n\r\n   ```\r\n   - Fork the project \r\n\r\n   - Create a new branch with your changes:\r\n   $ git checkout -b my-feature\r\n\r\n   - Save your changes and create a commit message telling you what you did:\r\n   $ git commit -m \"feature: My new feature\"\r\n\r\n   - Submit your changes:\r\n   $ git push origin my-feature\r\n   ```\r\n\r\n---\r\n\r\n\u003ch2 align=\"center\"\u003eLicense 📝\u003c/h2\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n   This repository is under MIT License. You can see the \u003ca href=\"https://github.com/felipecastrosales/Button/blob/master/LICENSE\"\u003eLICENSE\u003c/a\u003e file for more details. 😉\r\n\u003c/p\u003e\r\n\r\n   ---\r\n\r\n   \u003eThis project was developed with ❤️ by **[@Felipe Sales](https://www.linkedin.com/in/felipecastrosales/)**, with the instructor **[@Daniel Ciolfi](https://linkedin.com/in/danielciolfi)**, in the course  **[\"Creating Android and iOS Apps with Flutter - Create 16 Apps\"](https://www.udemy.com/course/curso-completo-flutter-app-android-ios)** on **[Udemy](https://www.udemy.com/)**.\u003cbr\u003e\r\n   If it helped you, give ⭐, contribute, it will help me too 😉\r\n\r\n---\r\n\r\n   \u003cdiv align=\"center\"\u003e\r\n\r\n   [![Linkedin Badge](https://img.shields.io/badge/-Felipe%20Sales-292929?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\u0026link=https://www.linkedin.com/in/felipecastrosales/)](https://www.linkedin.com/in/felipecastrosales/)\r\n\r\n   \u003c/div\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fbutton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipecastrosales%2Fbutton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fbutton/lists"}