Closed jaredsburrows closed 1 year ago
@mack-at-pieces have you tried to create a fork, push to your fork and then open up a PR? That should work just fine
@BertrandBev wasn't sure how that would play out since I already had a fork with updates on it's master branch, but seems to have worked out just fine 👍🏼 #80
Great, thanks @mack-at-pieces !
@BertrandBev When will this be released?
Not sure, do you need it soon?
No rush just nice to have. "Type your code here".
Jared Burrows
@.*** LinkedIn: https://www.linkedin.com/in/jaredsburrows
On Wed, Jul 12, 2023, 12:56 PM Bertrand @.***> wrote:
Not sure, do you need it soon?
— Reply to this email directly, view it on GitHub https://github.com/BertrandBev/code_field/issues/79#issuecomment-1632889975, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANIYSCQSRMWXYYTPQXMNDDXP3JLVANCNFSM6AAAAAAZ7Q2OKU . You are receiving this because you were mentioned.Message ID: @.***>
@jaredsburrows just add this to your pubspec.yaml
as the code_field dependency until it's updated on pub.dev
code_field:
git:
url: https://github.com/BertrandBev/code_field
ref: 59ae52ab3e6f8de0db4b00cfe637e89d6dd2decb
Thank you @mack-at-pieces.
I got it working with:
dependencies:
# code_text_field: ^1.1.0 # https://pub.dev/packages/code_text_field
code_text_field:
git:
url: https://github.com/BertrandBev/code_field
ref: 59ae52ab3e6f8de0db4b00cfe637e89d6dd2decb
I'll revert it back hen it is officially released.
@mack-at-pieces @BertrandBev Thanks! Works great.
@jaredsburrows I have a branch for this, but @BertrandBev I need write permissions to push my branch to the origin and create a PR