carbide 0.4.0
carbide: ^0.4.0 copied to clipboard
An unofficial Flutter port of the IBM Carbon Design System, built strictly on Flutter's base widgets (no Material, no Cupertino).
// Copyright 2026 Bizjak Tech OĆ
//
// This file is part of the Carbide gallery and is licensed under the
// Apache License, Version 2.0. See the LICENSE file in the project root.
import 'package:flutter/widgets.dart';
import 'src/gallery_app.dart';
void main() {
runApp(const GalleryApp());
}