neon_x 0.0.1
neon_x: ^0.0.1 copied to clipboard
A Flutter package that provides a collection of custom widgets and extensions for a neomorphic design style. This package includes custom icons, text styling options, and a timeline widget
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add neon_xThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
neon_x: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:neon_x/neon_x.dart';