Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkobuolys/ldd
"Cat-like Development: Flutter for Efficiency" talk from Fluttercon Europe 2024
https://github.com/mkobuolys/ldd
dart flutter fluttercon presentation slides
Last synced: 2 months ago
JSON representation
"Cat-like Development: Flutter for Efficiency" talk from Fluttercon Europe 2024
- Host: GitHub
- URL: https://github.com/mkobuolys/ldd
- Owner: mkobuolys
- License: mit
- Created: 2024-06-15T16:36:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T15:44:15.000Z (7 months ago)
- Last Synced: 2024-08-22T22:37:59.449Z (5 months ago)
- Topics: dart, flutter, fluttercon, presentation, slides
- Language: Dart
- Homepage: https://kazlauskas.dev/ldd
- Size: 14.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cat-like Development: Flutter for Efficiency
![Header image](header.png)
A presentation from [Fluttercon Europe 2024](https://fluttercon.dev/) 💙
Powered by [flutter_deck](https://pub.dev/packages/flutter_deck) 🚀
Deployed on [kazlauskas.dev](https://kazlauskas.dev/ldd) 🎉
---
## Building
You can follow these instructions to build the slides and run them locally.
### Prerequisites
If you are new to Flutter, please first follow the [Flutter Setup](https://flutter.dev/setup/) guide.
### Building and running the slides
To build and run the slides, run the following commands:
```
git clone [email protected]:mkobuolys/ldd.git
cd ldd
flutter pub get
flutter run
```The `flutter run` command both builds and runs the Flutter app on your device, browser or emulator.
For the best experience, use the macOS build with the `--release` flag:
```
flutter run -d macos --release
```