Flutter Weekly Issue 41

  1. 1. 插件
  2. 2. 示例
  3. 3. App
  4. 4. 工具

插件

  1. Full Screen Menu for Flutter

    Full screen menu for Flutter apps to give a user a broad variety of variants in beautiful way

  2. Flutter Layout Grid

    A grid-based layout system for Flutter, inspired by CSS Grid Layout

  3. FlutterWeekView

    Displays a highly customizable week view (or day view) which is able to display events, to be scrolled, to be zoomed-in & out and a lot more !

  4. flutter_dtx

    Dart utils Extension functions Flutter package for Basic dart extension functions.

  5. rxdart_codemod

    A collection of codemods to upgrade your RxDart code from one version to the next

  6. flutter_echarts

    A Flutter widget to use Echarts in a reactive way.

  7. sonar-flutter

    SonarQube plugin for Flutter / Dart

  8. MPFlutterChart

    MPAndroidChart Flutter version

  9. widget_chain

    Chain programming, not widget nesting constructors. Get rid of the nested hell with shiny extensions, now!

  10. clock

    This is a clock display that uses exclusively the Flutter Canvas to draw everything you see on screen. That means that there are no assets, no plugins, and not even prebuilt widgets used, i.e. every RenderObject in the tree is custom made by me.

  11. google_fonts

    A Flutter package for accessing the Google Fonts API

  12. english_words

    A package containing the most ~5000 used English words and some utility functions.

  13. contacts_service

    A Flutter plugin to retrieve and manage contacts on Android and iOS devices.

  14. flutter_shine.dart

    a library for pretty and realistic shadows, dynamic light positions, extremely customizable shadows, no library dependencies, text or box shadows based on content.

  15. Step Progress Indicator

    Open source Flutter package, bar indicator made of a series of selected and unselected steps

  16. Flutter Notification Permissions

    Plugin for Flutter to check and ask for Notification Permissions

  17. Alice

    an HTTP Inspector tool for Flutter which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI. It is inspired from Chuck ( https://github.com/jgilfelt/chuck ).

  18. Lottie for Flutter

    Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.

  19. flutter_reactive_ble

    Flutter library that handles BLE operations for multiple devices.

  20. jaguar_hotreload

  1. responsive_util

    A wrapper that provides draggable manipulation of a widget’s size to test it’s responsive design.

  2. Implicitly Animated Reorderable List

    A Flutter ListView that implicitly animates between the changes of two lists with support to reorder its items.

  3. AutoTrie

    An auto-suggest engine for Dart/Flutter, based off an optimized Trie implementation.

示例

  1. navigation_rail

    An example of how to use the navigation rail.

  2. Cocktailr

    an application made for cocktail lovers to help them discover new cocktails and find cocktails based on the ingredients they have.

  3. FileX

    A simple File Explorer(Still very buggy) made with Flutter.

App

  1. Flutter Europe conference app

    Official mobile app of Flutter Europe 2020 conference

  2. Tabs

    The expense sharing app – made with Flutter, Firebase and ❤️. Keep track of what your friends owe you for that pizza you agreed to split; or rent; or whatever it might be. Tabs makes it simple.

  3. nCoV_2019

    获取新肺炎实时动态App,支持Android和IOS。

  4. TinderGoldRedesign

    Here’s a Tinder Gold redesign concept for the popular dating app made with Flutter.

  5. Star Clock

    My entry for the Flutter Clock Face Contest

工具

  1. Inherited Builder

    🤖Autogenerated state management and dependency injection with inherited widgets