Skip to content

Instantly share code, notes, and snippets.

@fredgrott
Created October 24, 2025 16:32
Show Gist options
  • Save fredgrott/98dc1d95cdf671098d98f84bc606e135 to your computer and use it in GitHub Desktop.
Save fredgrott/98dc1d95cdf671098d98f84bc606e135 to your computer and use it in GitHub Desktop.
m3e utils lib
// Copyright 2025 Fredrick Allan Grott. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/// Flutter widgets and utils that simplify usage of
/// Material Design 3 Expressive (M3X) theming available in Flutter.
///
/// To use import using a local path as I am not publishing it as
/// a public package.
///
/// See also:
///
/// * [Material Design 3 guidelines](https://m3.material.io/)
///
///
library;
export 'package:motor/motor.dart';
export 'src/styles/motion/physics/curves.dart';
export 'src/styles/motion/physics/springs.dart';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment