flutter_star 0.0.5 copy "flutter_star: ^0.0.5" to clipboard
flutter_star: ^0.0.5 copied to clipboard

outdated

You can create a star easily and decide how many angle or color of the star, even the fat and progress of the star.

example/main.dart

import 'package:flutter/material.dart';

import 'example.dart';


void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        // This is the theme of your application.
        //
        // Try running your application with "flutter run". You'll see the
        // application has a blue toolbar. Then, without quitting the app, try
        // changing the primarySwatch below to Colors.green and then invoke
        // "hot reload" (press "r" in the console where you ran "flutter run",
        // or simply save your changes to "hot reload" in a Flutter IDE).
        // Notice that the counter didn't reset back to zero; the application
        // is not restarted.
        primarySwatch: Colors.blue,
      ),
      home: Scaffold(appBar: AppBar(), body: Center(child: Example())),
    );
  }
}
14
likes
0
pub points
87%
popularity

Publisher

verified publishertoly1994.com

You can create a star easily and decide how many angle or color of the star, even the fat and progress of the star.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_star