FlutterXP - Collections of Flutter App Widgets, Libraries, Template and Tools.
  • UI
  • Widgets
  • Apps
  • Database
  • Forms
  • Dialog
  • Calculator
  • Calendar
  • How to Hire Flutter Developer
  • Hire Flutter Developer

Circle

A collection of 4 posts

Circle

A Flutter package for an Circle that can be Selected with animation

selectable_circleSelectable Circle where colors can be customized and a child widget can be defined. How to useSelectableCircleText( width: 80.0, onSelected: () { setState(() { _isSelected = !_isSelected; }); }, child: Icon(Icons.star), ); ScreenshotParameters /// the width and

  • silent
    silent
1 min read
Circle

Flutter circle bottom bar by animation

Animation circle bottom barFlutter circle bottom bar by animation how to use:1. add dependencies to pubspec.yaml:circle_bottombar: ^1.1.1 2. create tabs: List<TabItem> tabItems = List.of(

  • silent
    silent
1 min read
Circle

A customizable circular slider for Flutter

flutter_circular_sliderA customizable circular slider for Flutter. InstallationAdd flutter_circular_slider : ^lastest_version to your pubspec.yaml, and run flutter packages get in your project's root directory. Basic UsageCreate a new project

  • silent
    silent
3 min read
Circle

A new Flutter package for Circle List

circle_listA new Flutter package for Circle List. A new Flutter package for Circle List. Add dependencydependencies: circle_list: ^0.0.6 Super simple to useimport 'package:flutter/material.dart'; import 'package:circle_

  • silent
    silent
2 min read
FlutterXP - Collections of Flutter App Widgets, Libraries, Template and Tools. © 2021
Latest Posts Ghost