Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
gpt_markdown
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
Authored by
saminsohag
2022-12-17 00:31:14 +0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8e2158207d1022d231ce061dc5be025d795e4ecb
8e215820
1 parent
1ba77d68
improved
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
tex_text/pubspec.yaml
tex_text/test/tex_text_test.dart
tex_text/pubspec.yaml
View file @
8e21582
name
:
tex_text
description
:
A
new Flutter package projec
t.
description
:
A
flutter package to show the latex tex
t.
version
:
0.0.1
homepage
:
homepage
:
https://github.com/saminsohag/flutter_packages/tree/main/tex_text
environment
:
sdk
:
'
>=2.18.6
<3.0.0'
...
...
tex_text/test/tex_text_test.dart
View file @
8e21582
import
'package:flutter_test/flutter_test.dart'
;
import
'package:tex_text/tex_text.dart'
;
void
main
(
)
{
test
(
'adds one to input values'
,
()
{
// test goes here
...
...
Please
register
or
login
to post a comment