• This project
    • Loading...
  • Sign in

flutter_package / flutter_math_fork

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • flutter_math_fork
  • lib
  • src
  • ast
  • symbols
  • symbols_extra.dart
  • init · 40288e88
    40288e88 Browse Files
    顾海波 authored 2025-03-05 15:58:58 +0800
symbols_extra.dart 408 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
// These symbols are too complex, we need to store their widget
// const complexSymbolRenderResult = {
//   // Stacked operator
//   '\u2258',
//   '\u2259',
//   '\u225A',
//   '\u225B',
//   '\u225D', //\defeq
//   '\u225E',
//   '\u225F',

//   // Circled char
//   '\u00A9',
// };

const decoratedEqualSymbols = {
  // '\u2258',
  '\u2259',
  '\u225A',
  '\u225B',
  '\u225D',
  '\u225E',
  '\u225F',
};