scroll_highlight_text 0.0.8 copy "scroll_highlight_text: ^0.0.8" to clipboard
scroll_highlight_text: ^0.0.8 copied to clipboard

Flutter package for highlighting and scrolling through text.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:highlight_scroll/home.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const HomeScreen(),
    );
  }
}
42
likes
0
points
49
downloads

Publisher

verified publisherahmedzein.dev

Weekly Downloads

Flutter package for highlighting and scrolling through text.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on scroll_highlight_text