flutter-clean-architecture icon indicating copy to clipboard operation
flutter-clean-architecture copied to clipboard

A flutter clean architecture series, the way we build clean apps.

Results 7 flutter-clean-architecture issues
Sort by recently updated
recently updated
newest added

Xcode's output: ↳ ../../development/flutter2.5.3/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/utf8.dart:63:33: Error: The getter 'addressOf' isn't defined for the class 'Utf8'. - 'Utf8' is from 'package:ffi/src/utf8.dart' ('../../development/flutter2.5.3/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/utf8.dart'). Try correcting the name to the name of an existing...

[DioError](https://github.com/devmuaz/flutter_clean_architecture/blob/1f5a860508ea93ed739d95d94b3396cba57b08e6/lib/src/data/repositories/articles_repository_impl.dart#L33) does not work with the new version of Dio: 1) "request" renamed to requestOptions 2) DioErrorType.RESPONSE -> DioErrorType.response It is no good idea to use DioError in DataState I...

https://bloclibrary.dev/#/migration?id=%e2%9d%97%f0%9f%a7%b9-remove-deprecated-apis

In the domain package you have some imports from the core package ( in usecases and repositories folders ). The main advantage of the hexagonal architecture is explicitly to avoid...

There was a Render-Flex error that caused the ArticleWidget overflow in the ui: saved_articles_view.dart, and now it's working as expected, just needed more definitive Padding().