https://github.com/thisisamank/conduit
Flutter implementation of realworld.io mobile specs
https://github.com/thisisamank/conduit
clean-architecture clean-code flutter riverpod unit-test
Last synced: 3 months ago
JSON representation
Flutter implementation of realworld.io mobile specs
- Host: GitHub
- URL: https://github.com/thisisamank/conduit
- Owner: thisisamank
- Created: 2022-02-12T19:01:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T21:10:57.000Z (over 3 years ago)
- Last Synced: 2025-06-17T12:44:32.201Z (7 months ago)
- Topics: clean-architecture, clean-code, flutter, riverpod, unit-test
- Language: Dart
- Homepage:
- Size: 1.82 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conduit

This codebase was created to demonstrate a fully fledged fullstack application built with **Flutter** including CRUD operations, authentication, routing, pagination, and more.
I've gone to great lengths to adhere to the **Flutter** community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/realworld) repo.
## Designing Conduit
Or better, Redesigning conduit. Since there is no official mobile design specification of conduit app, the designs made for mobile were not good enough to show the true potential of Flutter as a UI toolkit. So I went ahead and asked one of friends ([Jatin](https://www.linkedin.com/in/jatin-raj/)) a favor to redesign the app. The frame attached below is the redesigned app.

## TODO
- [ ] Implement date convertor to display date in the format of 12th may, 2022 and not 12/05/2022