Posts

Technetium 101: Flutter Packages

Image
  Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase. Here we list down useful packages for flutter mobile app development. 1. path 1.8.0  A comprehensive, cross-platform path manipulation library for Dart. The path package provides common operations for manipulating paths: joining, splitting, normalizing, etc. We've tried very hard to make this library do the "right" thing on whatever platform you run it on, including in the browser. When you use the top-level functions, it will assume the current platform's path style and work with that. If you want to explicitly work with paths of a specific style, you can construct a p.Context for that style. Usage: The path library was designed to be imported with a prefix, though you don't have to if you don't want to: import 'package:path/path.dart' as p; The most common way to use the library is through