aura_solar_icons 1.1.0 copy "aura_solar_icons: ^1.1.0" to clipboard
aura_solar_icons: ^1.1.0 copied to clipboard

Solar icon set (Outline, Linear, Bold, Broken, BoldDuotone, LineDuotone) packaged as native Flutter vector assets.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'src/home_page.dart';

void main() => runApp(const AuraIconsExampleApp());

const _creamBackground = Color(0xFFFDFFFF);

class AuraIconsExampleApp extends StatelessWidget {
  const AuraIconsExampleApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Aura | Solar Icons',
      theme: ThemeData(
        scaffoldBackgroundColor: _creamBackground,
        appBarTheme: const AppBarTheme(
          backgroundColor: _creamBackground,
          surfaceTintColor: Colors.transparent,
        ),
      ),
      home: const HomePage(),
    );
  }
}
0
likes
150
points
41
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Solar icon set (Outline, Linear, Bold, Broken, BoldDuotone, LineDuotone) packaged as native Flutter vector assets.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

flutter, vector_graphics

More

Packages that depend on aura_solar_icons