Superellipse_shape - A package for creating superellipse shapes in flutter

Overview

Superellipse Shape

Superellipses in flutter!

A package for creating superellipse shapes in flutter.


class SuperellipseDemo extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Material(
      color: Colors.blueAccent[400],
      shape: SuperellipseShape(
        borderRadius: BorderRadius.circular(28.0),
      ), // SuperellipseShape
      child: Container(
        width: 100.0,
        height: 100.0,
      ), // Container
    ); // Material
  }
}
You might also like...

A flutter plugin for retrieving, creating, saving, and watching contacts on native devices

flutter_contact A Flutter plugin to access and manage the device's native contacts. Usage To use this plugin, add flutter_contact as a dependency in y

Nov 23, 2022

Flutter Downloader - A plugin for creating and managing download tasks. Supports iOS and Android.

Flutter Downloader - A plugin for creating and managing download tasks. Supports iOS and Android.

Flutter Downloader A plugin for creating and managing download tasks. Supports iOS and Android. This plugin is based on WorkManager in Android and NSU

Jan 3, 2023

Sample Flutter app for creating basic login forms validation for email and passwords

Sample Flutter app for creating basic login forms validation for email and passwords

Email validation Flutter example Sample flutter app showing how to validate a e-mail login form. This example uses the email_validator package for val

Dec 15, 2022

For creating custom flutter project from template

For creating custom flutter project from template A standalone solution to issue flutter/flutter#15279 Installation If you want to use flutter_create

Nov 21, 2022

Creating complete social media app like instagram, facebook using flutter dart.

instoo The social media application that allows user to check out new feed, like, comment and even check other user’s profile. It has search, follow,

Dec 1, 2022

A fast start flutter project to make aps faster and skip setup on every application. I am personally using this structure while creating a new project

A fast start flutter project to make aps faster and skip setup on every application. I am personally using this structure while creating a new project

Flutter Fast Start A fast start flutter project to make apps faster and skip setup on every application. I am personally using this structure while cr

Dec 15, 2022

DALL·E: Creating Images from Text with Flutter Mobile App

DALL·E: Creating Images from Text with Flutter Mobile App

DALL-E image generator ai from text 🌍 I used OPENAI DALL-E image generator api with Flutter Open in LinkedIn State Management: provider Cache: Hive N

Jul 19, 2023

Socket library for creating real-time multiplayer games. Based on TCP, with the ability to send messages over UDP (planned).

Game socket The library was published in early access and is not stable, as it is being developed in parallel with other solutions. English is not a n

Aug 10, 2022
Releases(v0.1.5)
  • v0.1.5(Jan 8, 2019)

    Fixed

    • Fixed case where if you had a radius that was bigger than the shortest side of the rectangle, you would get a strange tie-fighter shape. This was solved by clamping all radii that were larger than the shortest side of the rectangle to the length of that side.
    Source code(tar.gz)
    Source code(zip)
  • v0.1.4(Jan 8, 2019)

    Added

    • Added details to example and readme code examples.
    • Added small example to superellipse_shape.dart class documentation.

    Changed

    • Changed the way the border-radius of the shape is controlled. The class now uses BorderRadiusGeometry which also allows for control over individual corners.
    • Changed all examples and tests to be up-to-date with the new usage with borderRadius.

    Fixed

    • Fixed testing on old n property.
    Source code(tar.gz)
    Source code(zip)
  • v0.1.3(Jan 7, 2019)

    Changed

    • Changed the way the superellipse is calculated in in order to look more even on shapes that aren't completely square.
    • Edited the examples to reflect changes in how the shape is calculated.
    • Changed the name of the property n to the more meaningful superRadius.
    Source code(tar.gz)
    Source code(zip)
  • v0.1.0(Jan 3, 2019)

Aris imageexmii - Learn everything about images such as adding filters, borders & different shapes

Flutter Tutorial - 2/2 Image - Deep Dive Learn everything about images such as a

Behruz Hurramov 0 Dec 29, 2021
This is flutter package for creating a gender selection widget which allows users to choose a gender with cool animations

gender_selection A Flutter package for gender selection. It is an aweome gender selection widget with cool gradients and animation effects Demo Instal

Rohan Malik 10 Apr 8, 2022
A flutter package for creating badges.

Badges for Flutter Installing: In your pubspec.yaml dependencies: badges: ^2.0.2 import 'package:badges/badges.dart'; Basic Usage: Badge(

Yako 582 Jan 2, 2023
Flutterbadges - A flutter package for creating badges.

Badges for Flutter Installing: In your pubspec.yaml dependencies: badges: ^2.0.2 import 'package:badges/badges.dart'; Basic Usage: Badge(

Yako 576 Dec 24, 2022
Simple Dart package for creating mailto links in your Flutter apps or web pages

mailto Simple Dart package for creating mailto links in your Flutter and Dart apps The mailto package helps you build mailto links and provides you wi

SMAHO Engineering OSS 21 Jul 8, 2022
Flutter plugin for creating static & dynamic app shortcuts on the home screen.

Flutter Shortcuts Show some ❤️ and ⭐ the repo Why use Flutter Shortcuts? Flutter Shortcuts Plugin is known for : Flutter Shortcuts Fast, performant &

Divyanshu Shekhar 39 Sep 26, 2022
Flutter plugin for creating static & dynamic app shortcuts on the home screen.

Flutter Shortcuts Compatibility ✅ Android ❌ iOS (active issue: iOS support for quick actions) Show some ❤️ and ⭐ the repo Why use Flutter Shortcuts? F

Devs On Flutter 39 Sep 26, 2022
A basic demonstration for creating a Jardinains (Fancy Pong-Like) Game in Flutter

Jardinains Flutter! ?? Play Here - Web https://flutter-jardinains.web.app/#/ Demo Note: For optimal performance run the project in profile mode using

Paras Jain 60 Nov 12, 2022
A simple notes creating mobile application developed in flutter and php for API

NoteBox A simple note mobile application for Andorid and iOS, to users can easily create and save personal notes in smart phone, this application crea

Rohit Chouhan 22 Dec 14, 2022
Application to practice creating different types of screen in flutter

Diseño de paginas en flutter. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this i

Diego Martinez 2 Nov 29, 2021