https://github.com/felipecastrosales/button
A simple Flutter App using the MethodChannel (Integration with Native Code).
https://github.com/felipecastrosales/button
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
Last synced: 6 months ago
JSON representation
A simple Flutter App using the MethodChannel (Integration with Native Code).
- Host: GitHub
- URL: https://github.com/felipecastrosales/button
- Owner: felipecastrosales
- License: mit
- Created: 2021-02-11T12:14:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T10:38:41.000Z (9 months ago)
- Last Synced: 2024-08-19T12:34:19.018Z (9 months ago)
- 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
- Language: Kotlin
- Homepage:
- Size: 64.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Button
Topics 📋
- [About 📖](#about-)
- [Preview 📱](#preview-)
- [Functionalities 🛠️](#functionalities-%EF%B8%8F)
- [Challenges and Learnings along the way 🤯](#challenges-and-learnings-along-the-way-)
- [How to Use 🤔](#how-to-use-)
- [How to Contribute 💪](#how-to-contribute-)
- [License 📝](#license-)
---
About 📖
A very simple app made in Flutter with Integration with Native Code throught MethodChannel.
For more details about on Integration, see in documentation.---
Preview 📱
![]()
---
Challenges and Learnings along the way 🤯
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.
---
How to Use 🤔
```
First of all, correctly configure the Flutter development environment on your machine, see https://flutter.dev/docs/get-started/install
- Clone this repository:
$ git clone https://github.com/felipecastrosales/Button Button- Enter in directory:
$ cd Button- For install dependencies:
$ flutter pub get- Run the app:
$ flutter run
```---
How to Contribute 💪
```
- Fork the project- Create a new branch with your changes:
$ git checkout -b my-feature- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"- Submit your changes:
$ git push origin my-feature
```---
License 📝
This repository is under MIT License. You can see the LICENSE file for more details. 😉---
>This 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/)**.
If it helped you, give ⭐, contribute, it will help me too 😉---
[](https://www.linkedin.com/in/felipecastrosales/)