Flutter Localization Library

Flutter Localization Library

June 23, 2020 totosugito 0

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter. It lets you define translations for your content in different languages and […]

Flutter Geolocation Plugin

Flutter Geolocation Plugin

June 20, 2020 totosugito 0

geolocation Flutter geolocation plugin for Android API 16+ and iOS 9+. Features: Manual and automatic location permission management Current one-shot location Continuous location updates with […]

Flutter Podcast Player

Flutter Podcast Player

June 20, 2020 totosugito 0

Anytime Podcast Player This is the official repository for the Anytime Podcast Player – the simple Podcast playing app built with Dart & Flutter. Getting […]

Flutter Pageview Transformer

Flutter Pageview Transformer

June 18, 2020 totosugito 0

transformer_page_view PageTransformer for flutter Very simple to use import 'package:transformer_page_view/transformer_page_view.dart'; … new TransformerPageView( loop: true, transformer: new AccordionTransformer(), itemBuilder: (BuildContext context, int index) { return […]

Flutter Sticky Headers

Flutter Sticky Headers

June 17, 2020 totosugito 0

Flutter Sticky Headers Lets you place headers on scrollable content that will stick to the top of the container whilst the content is scrolled. Usage […]

Flutter ScrollyTell

Flutter Background Widget

June 17, 2020 totosugito 0

✨ Scrollytell Flutter A flutter package to implement ScrollyTelling in your flutter app. Using ScrollyTell you can have the background changing dynamically as you scroll. […]