graphx 0.9.11 copy "graphx: ^0.9.11" to clipboard
graphx: ^0.9.11 copied to clipboard

outdated

Render API on top of CustomPainter to power-up your Flutter apps to the next level.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'demos/demos.dart';

void main() {
  runApp(
    MaterialApp(
      // home: SimpleShapesMain(),
      // home: SimpleTweenMain(),
      // home: DemoSvgIconsMain(),
      // home: SimpleInteractionsMain(),
      // home: GraphicsClipperDemo(),
      // home: FacebookReactionsMain(),
      // home: DrippingIVMain(),
      // home: ChartMountainMain(),
      // home: GlowingCircleMain(),
      // home: SortingButtonMain(),
      // home: BookmarkButtonMain(),
      // home: SubmitButtonMain(),
      // home: CardRotation3dMain(),
      // home: RasterDrawMain(),
      // home: DialerMain(),
      // home: GaugeMeterMain(),
      // home: SpiralLoaderMain(),
      // home: UniversoFlutterIntroMain(),
      // home: ColorfulLoaderMain(),
      // home: JellyThingMain(),
      // home: BallVsLineMain(),
      // home: Dna3dMain(),
      // home: SplashIntroMain(),
      // home: LinedButtonMain(),
      // home: ColorPickerMain(),
      // home: AltitudeIndicatorMain(),
      // home: BreakoutMain(),
      // home: XmasMain(),
      // home: SimpleRadialMenuMain(),
      // home: MuratCoffeeMain(),
      // home: PieChartMain(),
      // home: ChartBezierMain(),
      // home: RunHeroCanvasMain(),
      // home: ElasticBandMain(),
      // home: FlowerGradientMain(),
      // home: NokiaSnakeMain(),
      // home: HeartReactionMain(),
      // home: SimpleToastMain(),
      // home: RatingStarsMain(),
      // home: PizzaBoxMain(),
      // home: DrawingPadBezierMain(),
      // home: IsmaChartMain(),
      home: TriGridMain(),
      // home: NicoLoadingIndicatorMain(),
      // home: FeelingSwitchMain(),
      // home: MouseRepulsionMain(),
      // home: Globe3dMain(),
      // home: LungsAnimationMain(),
      // home: PathChartStressTestMain(),
      // home: ExpanderFabMenu(),
      // home: PageIndicatorMain(),
    ),
  );
}
375
likes
35
pub points
73%
popularity

Publisher

verified publisherroipeker.com

Render API on top of CustomPainter to power-up your Flutter apps to the next level.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, http, xml

More

Packages that depend on graphx