Giter VIP home page Giter VIP logo

instagram-text-editor's Introduction

Hi there ๐Ÿ‘‹

instagram-text-editor's People

Contributors

mehdizarepour avatar valyouw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

instagram-text-editor's Issues

Change "DONE" button text

Hi ! Firstly, thanks a lot for this plugin, its awesome

Then, I would like to be able to change the "DONE" button text by a text of my choice.
Can you please take a look to provide us a way to change it ? Thank you

custom min/max FontSize

it's possible to add new params for fontSize min/max value in TextEditor ? as of now this is hardcoded

@override
  Widget build(BuildContext context) {
    return Consumer<TextStyleModel>(
      builder: (context, model, child) => RotatedBox(
        quarterTurns: 3,
        child: Slider(
          value: model.textStyle?.fontSize ?? 1,
          min: 0,
          max: 100,
          divisions: 100,
          activeColor: Colors.white,
          inactiveColor: Colors.white,
          onChanged: (double value) => model.editFontSize(value),
        ),
      ),
    );
  }

Hide options

Hi, is it possible to hide some of the options? For example I want to hide edit font option.

Update Needs

I request for update this package.
Or can any one suggest how to change dependencies of this package?
I want to change provider version and I need to use in Flutter 2.

Add text background color

First of all Thanks for this nice package !

any plan to support text background color ?
I can see it's for TODO and Widget is already there

                    // TODO: Add text background color
                      // SizedBox(width: 20),
                      // TextBackgroundColor(),

Add Font Weight

Hi, thank you for awesome package

I have fork this package and add ability to set bold or normal fontstyle. And yes this feature not available in instagram. So before i request to pull request do you want to approve? if not can i publish this package with my account to pub.dev

Thankyou

save into file or getting as base64

thanks to share this awesome library for flutter, can i ask you how can we save created design into file or how can we get base64 of the design?

Animated Text

Any chance that the animated text package might get added?
If not ill try when I get free time to add it to a fork.

Provider package dependency error

Hi,

I just added Provider 6.0 to my app and got an error running "pub get". text_editor is dependent on Provider 5.0 and my app needs Provider 6.0.
I am new to flutter, can this be easily solved? (I am used to node.js dependencies where such things are a no issue).
If not then I think that using Provider in this package is problematic, as a "utility package" it is a problem for it to prevent apps using this package from using whatever version of another "utility package" (ie Provider).

In any case, thank you for sharing this package !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.