https://github.com/jogboms/rijksbook
🖼 A basic Flutter app built for educational purposes
https://github.com/jogboms/rijksbook
art dart dartlang flutter flutter-apps flutter-demo flutter-examples museum
Last synced: 3 months ago
JSON representation
🖼 A basic Flutter app built for educational purposes
- Host: GitHub
- URL: https://github.com/jogboms/rijksbook
- Owner: jogboms
- Created: 2022-01-07T05:37:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T06:41:14.000Z (almost 4 years ago)
- Last Synced: 2025-04-22T15:50:50.719Z (7 months ago)
- Topics: art, dart, dartlang, flutter, flutter-apps, flutter-demo, flutter-examples, museum
- Language: Dart
- Homepage:
- Size: 19.6 MB
- Stars: 41
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rijksbook
 [](https://codecov.io/gh/jogboms/rijksbook)
A new Flutter project.
## Getting Started
After cloning,
```bash
flutter pub get
flutter packages pub run build_runner build --delete-conflicting-outputs
```
To run in demo mode,
```bash
flutter run --dart-define=demo-mode=true
```
## UI Shots
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.