Etiqueta: widget

  • What Makes Flutter Ideal For the MVP Development Process?

    Flutter Ideal Flutter platform and a Minimum Viable Product strategy are two elements that have been finding themselves a part of every conversation where time saving mobile app development strategies are discussed. In this article, we are going to look into both of the – now time-tested – approaches together. We will try to establish what makes their combination ideal …

  • 10 Flutter tools to be useful in 2019

    With the holiday season around the corner, we decided to list the 10 most useful Flutter tools that could skyrocket your Flutter projects. Thanks to the active Flutter community and awesome Flutter developers like yourself, there are many tools to choose from. So, dive in to your work with these helpful tools for Flutter and enjoy the holidays. Can’t wait …

  • A Flutter extension to formatting various types of currencies according

    FlutterMoneyFormatter FlutterMoneyFormatter is a Flutter extension to formatting various types of currencies according to the characteristics you like, without having to be tied to any localization. Install For complete steps in installing FlutterMoneyFormatter you can see in the Installation Guide. Usage Import the library import ‘package:flutter_money_formatter/flutter_money_formatter.dart’; Getting Started To be able to format your double value into the various formats …

  • A tool to build Flutter layouts on-device

    MetaFlutter MetaFlutter is a project to create Flutter layouts on device. Learn, explore and experiment with Flutter widgets directly on your phone. MetaFlutter allows you to create Flutter layouts using a wide and constantly growing range of Flutter widgets. Build out an idea you had instantly, try out something you’ve never tried before or just use it as a tool …

  • A debug drawer menu for better development

    flutter_debug_drawer A debug drawer menu for better development. This is an initial release with very few functionalities. Adds a side menu in all screens with debug information. You can decide which information to show and create new modules to include more information. Getting Started Include the last version of the library in your pubspec.yaml: dependencies: flutter_debug_drawer: 0.1.1+1 Now, you can …

  • Integrate Flutter with the Facebook Stetho tool for Android

    flutter_stetho A plugin that connects Flutter to the Chrome Dev Tools on Android devices via the Stetho Android Library. Network Inspector The main feature I was aiming to achieve was a Network Inspector. Getting Started How can you too get this plugin up and running in your own app? Follow these steps. Install the plugin Follow the installation instructions on …