https://github.com/nikitimi/fluttering_flat
My initial experience to a fluttering world 😉
https://github.com/nikitimi/fluttering_flat
Last synced: about 1 year ago
JSON representation
My initial experience to a fluttering world 😉
- Host: GitHub
- URL: https://github.com/nikitimi/fluttering_flat
- Owner: nikitimi
- Created: 2024-07-05T01:09:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T03:54:37.000Z (almost 2 years ago)
- Last Synced: 2024-07-17T06:30:45.660Z (almost 2 years ago)
- Language: C++
- Size: 285 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨ fluttering_flat 🎇
---
[progress_url]: https://github.com/nikitimi/fluttering_flat?tab=readme-ov-file#progress
[todos_url]: https://github.com/nikitimi/fluttering_flat?tab=readme-ov-file#todos
[issues_url]: https://github.com/nikitimi/fluttering_flat?tab=readme-ov-file#issues
| Table of contents |
| :----------------------- |
| [Progress][progress_url] |
| [Todos][todos_url] |
| [Issues][issues_url] |
## Progress:
[animal_api]: https://freetestapi.com/api/v1/animals
[bloc_package]: https://pub.dev/packages/bloc
This project currently calls this **animal [api][animal_api]** with the integration of [Bloc State Manager][bloc_package]
## Todos:
##### The following packages are the packages I want to use in the future for this fluttering project. 😉
[3D_package]: https://pub.dev/packages/flutter_3d_controller
- [flutter_3d_controller][3D_package] - For rendering 3D object render from e.g. Blender
## Issues:
##### The following issues are the issues I've encountered using Flutter:
[flutter_build_web_docs]: https://docs.flutter.dev/platform-integration/web/building
[serve_thread]: https://github.com/flutter/flutter/issues/58668
[npm_serve]: https://www.npmjs.com/package/serve
- The [`flutter build web`][flutter_build_web_docs] output from the `/build/web` requires [`serve`][npm_serve]. More info [here][serve_thread]