Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T06:41:14.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T06:21:41.744Z (about 1 month ago)
- Topics: art, dart, dartlang, flutter, flutter-apps, flutter-demo, flutter-examples, museum
- Language: Dart
- Homepage:
- Size: 19.6 MB
- Stars: 40
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rijksbook
![Format, Analyze and Test](https://github.com/jogboms/rijksbook/workflows/Format,%20Analyze%20and%20Test/badge.svg?branch=master) [![codecov](https://codecov.io/gh/jogboms/rijksbook/branch/master/graph/badge.svg)](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.