Created
October 24, 2025 16:32
-
-
Save fredgrott/98dc1d95cdf671098d98f84bc606e135 to your computer and use it in GitHub Desktop.
m3e utils lib
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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