Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ineat/hummingbird
Website
https://github.com/ineat/hummingbird
Last synced: 6 days ago
JSON representation
Website
- Host: GitHub
- URL: https://github.com/ineat/hummingbird
- Owner: ineat
- Created: 2019-05-16T12:27:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T09:50:07.000Z (over 5 years ago)
- Last Synced: 2024-11-07T11:44:28.575Z (about 2 months ago)
- Language: Dart
- Homepage: https://ineat.github.io/hummingbird/
- Size: 8.06 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Démonstration _Flutter for web_
Ce projet fait référence à l'article : [https://blog.ineat-conseil.fr/2019/05/creer-son-premier-site-web-avec-flutter/](https://blog.ineat-conseil.fr/2019/05/creer-son-premier-site-web-avec-flutter/)
Démonstration du site : [https://ineat.github.io/hummingbird](https://ineat.github.io/hummingbird)
## Commencer
Apprendre à développer une application flutter :
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
- [Ineat Academy](https://ineat-group.com/formations)Configurer son environnement de travail :
- [https://flutter.dev/docs/get-started/install](https://flutter.dev/docs/get-started/install)
- [https://github.com/flutter/flutter_web](https://github.com/flutter/flutter_web)Lancer l'application :
```shell
flutter packages pub global run webdev serve --auto restart
```Puis lancer l'url suivante dans votre navigateur : [http://localhost:8080](http://localhost:8080)