Benjamin Solca

Results 6 comments of Benjamin Solca

Hello @vohoangtuit, Here is my solution to add the number of items in each group. ```Dart final List _textList = [ const MapEntry('Lorem', 0), const MapEntry('ipsum', 1), const MapEntry('dolor', 2),...

Same issue when I switch brightness above and have a: ```dart Text( style: Theme.of(context).textTheme.displayMedium, 'Text', ), ```

I would not recommend to push the pubspec.lock. Because this is a library package. Source: https://dart.dev/guides/libraries/private-files

Hello @aju-annaseem, can you edit your message to have a better version to reproduce your code, so we can support your issue easier? (e.g.: dartpad.dev)

Same here I got : ```FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':image_compression_flutter'. > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl....