extended_text_field 14.0.0 copy "extended_text_field: ^14.0.0" to clipboard
extended_text_field: ^14.0.0 copied to clipboard

Extended official text field to build special text like inline image, @somebody, custom background etc quickly.It also support to build custom seleciton toolbar and handles.

example/lib/main.dart

import 'package:example/pages/simple/no_keyboard.dart';
import 'package:ff_annotation_route_library/ff_annotation_route_library.dart';
import 'package:flutter/material.dart';
import 'package:oktoast/oktoast.dart';
import 'example_route.dart';
import 'example_routes.dart';

void main() {
  CustomKeyboarBinding();
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    //EditableText
    //TextField
    return OKToast(
      child: MaterialApp(
        title: 'extended_text_field demo',
        debugShowCheckedModeBanner: false,
        theme: ThemeData(
          primarySwatch: Colors.blue,
        ),
        initialRoute: Routes.fluttercandiesMainpage,
        onGenerateRoute: (RouteSettings settings) {
          return onGenerateRoute(
            settings: settings,
            getRouteSettings: getRouteSettings,
          );
        },
      ),
    );
  }
}
246
likes
130
pub points
96%
popularity

Publisher

verified publisherfluttercandies.com

Extended official text field to build special text like inline image, @somebody, custom background etc quickly.It also support to build custom seleciton toolbar and handles.

Repository (GitHub)
View/report issues

Topics

#extended-text-field #rich-text

Documentation

API reference

License

MIT (LICENSE)

Dependencies

extended_text_library, flutter

More

Packages that depend on extended_text_field