An open API service indexing awesome lists of open source software.

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 😉

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]