mjafartp / flutter_esc_pos_utils

Flutter package of esc/pos utils
GNU General Public License v3.0
21 stars 46 forks source link

final generator = Generator( PaperSize.mm80, profile, codec: const Utf8Codec(), ); #33

Open Abdulbasheer095 opened 8 months ago

Abdulbasheer095 commented 8 months ago
          final generator = Generator( PaperSize.mm80, profile, codec: const Utf8Codec(), );

codec: const Utf8Codec() not suggesting.

_Originally posted by @Abdulbasheer095 in https://github.com/mjafartp/flutter_esc_pos_utils/issues/30#issuecomment-1809529471_

plokmij commented 7 months ago

did you import dart:convert package?

import 'dart:convert';

Abdulbasheer095 commented 7 months ago

Implemented already

On Wed, 7 Feb 2024, 5:16 pm Samfan, @.***> wrote:

did you import dart:convert package?

import 'dart:convert';

— Reply to this email directly, view it on GitHub https://github.com/mjafartp/flutter_esc_pos_utils/issues/33#issuecomment-1931873106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVULLTJDIHUBWGELBTX7CELYSNSRPAVCNFSM6AAAAABBFGUFGKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZRHA3TGMJQGY . You are receiving this because you authored the thread.Message ID: @.***>

Abdulbasheer095 commented 5 months ago

SOlution ?