flutter-design-patterns icon indicating copy to clipboard operation
flutter-design-patterns copied to clipboard

Add better image view

Open mkobuolys opened this issue 4 years ago • 2 comments

It would be nice to zoom images provided in the markdown files of the design patterns.

This feature is already implemented with https://github.com/mkobuolys/flutter-design-patterns/pull/24, but due to changes in the codebase and migration to Dart null-safety the code is already outdated and this solution should be reworked.

mkobuolys avatar Mar 07 '21 15:03 mkobuolys

You can use flutter fix or dart migrate command to do so.

prateekmedia avatar Aug 06 '21 15:08 prateekmedia

You can use flutter fix or dart migrate command to do so.

Dart migration is not a problem anymore - the project is already migrated. However, the code base for the project changed a lot since #24 was implemented, so this should be reworked anyway.

mkobuolys avatar Aug 06 '21 17:08 mkobuolys