octicons_icon 0.0.2 copy "octicons_icon: ^0.0.2" to clipboard
octicons_icon: ^0.0.2 copied to clipboard

The octicons_icon are intended to be easy to use in flutter

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:octicons_icon/octicons_icon.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Octicons Icon App',
      home: Scaffold(
        appBar: AppBar(
          title: Text('Octicons App Bar'),
        ),
        body: Center(
          child: Icon(
            OctIcons.person,
            color: Colors.green,
          ),
        ),
      ),
    );
  }
}
8
likes
30
pub points
8%
popularity

Publisher

verified publisherkohtut.dev

The octicons_icon are intended to be easy to use in flutter

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on octicons_icon