Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkobuolys/introduction-to-flutter
"Let me introduce you to Flutter" talk from plDroid 2023
https://github.com/mkobuolys/introduction-to-flutter
dart flutter introduction presentation slides
Last synced: 7 days ago
JSON representation
"Let me introduce you to Flutter" talk from plDroid 2023
- Host: GitHub
- URL: https://github.com/mkobuolys/introduction-to-flutter
- Owner: mkobuolys
- License: mit
- Created: 2023-07-26T22:45:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-10T22:58:33.000Z (about 1 year ago)
- Last Synced: 2024-08-01T12:16:36.937Z (3 months ago)
- Topics: dart, flutter, introduction, presentation, slides
- Language: Dart
- Homepage: https://kazlauskas.dev/introduction-to-flutter/
- Size: 24.7 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Let me introduce you to Flutter
![Header image](images/title_slide.png)
A presentation from [plDroid 2023](https://pldroid.com/) 🤖
Powered by [flutter_deck](https://pub.dev/packages/flutter_deck) 🚀
Deployed on [kazlauskas.dev](https://kazlauskas.dev/introduction-to-flutter) 🎉
---
## Building
You can follow these instructions to build the app and install it onto your device.
### Prerequisites
If you are new to Flutter, please first follow the [Flutter Setup](https://flutter.dev/setup/) guide.
### Building and installing the Flutter Design Patterns app
```
git clone [email protected]:mkobuolys/introduction-to-flutter.git
cd introduction-to-flutter
flutter pub get
flutter run
```The `flutter run` command both builds and runs the Flutter app on your device, browser or emulator.