bamboo 1.0.3 bamboo: ^1.0.3 copied to clipboard
Utilities that make it easy and fast to build adaptive apps for mobile, web, and beyond with Flutter.
import 'package:flutter/material.dart';
import 'foundation.dart';
void main() {
runApp(const FoundationWidget());
}