awesome-flutter-packages

repository·master·Indexed 23 days ago

https://github.com/simc/awesome-flutter-packages

A curated list of high-quality, community-maintained Flutter packages. The collection covers a wide range of tools including platform-adaptive widgets (flutter_platform_widgets), animation libraries (flutter_spinkit, animated_text_kit, fluttie), image handling (CachedNetworkImage, flutter_svg, flutter_image_compress), UI components (flutter_form_builder, carousel_slider, flutter_slidable), and specialized utilities like the Flame game engine and stripe_payment integration.

Tokens
10.7K
Snippets
46
Records
90
Agent score
29%

What's inside awesome-flutter-packages

  1. Play video with video_player or chewie

    master

    For video playback on iOS and Android:

    • video_player: The official Flutter plugin providing low-level access to video playback on a Widget surface.
    • chewie: A high-level wrapper around video_player that provides a ready-to-use Material or Cupertino UI for video controls.