Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tetonor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
abelange.burgosdi
Tetonor
Commits
c0847663
Commit
c0847663
authored
1 year ago
by
benjamin.anthonio
Browse files
Options
Downloads
Patches
Plain Diff
transfer
parent
9b5c1b1d
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+5
-0
5 additions, 0 deletions
README.md
tetonor/lib/main.dart
+1
-1
1 addition, 1 deletion
tetonor/lib/main.dart
tetonor/lib/selectWidget.dart
+0
-3
0 additions, 3 deletions
tetonor/lib/selectWidget.dart
with
6 additions
and
4 deletions
README.md
+
5
−
0
View file @
c0847663
...
...
@@ -5,8 +5,13 @@
flutter pub add sqflite
flutter pub add path
flutter pub add sqflite_common_ffi
flutter pub add sqflite_common_ffi_web
sudo apt-get install libsqlite3-dev
dart run sqflite_common_ffi_web:setup
dart run sqflite_common_ffi_web:setup --force
A new Flutter project.
## Getting Started
...
...
This diff is collapsed.
Click to expand it.
tetonor/lib/main.dart
+
1
−
1
View file @
c0847663
...
...
@@ -51,7 +51,7 @@ class _MyAppState extends State<MyApp> {
{
databaseFactory
=
databaseFactoryFfiWeb
;
}
else
if
(
Platform
.
isWindows
||
Platform
.
isLinux
||
Platform
.
isMacOS
)
else
//
if (Platform.isWindows || Platform.isLinux || Platform.isMacOS)
{
sqfliteFfiInit
();
databaseFactory
=
databaseFactoryFfi
;
...
...
This diff is collapsed.
Click to expand it.
tetonor/lib/selectWidget.dart
+
0
−
3
View file @
c0847663
...
...
@@ -35,9 +35,6 @@ class _SelectWidget extends State<SelectWidget> {
@override
Widget
build
(
BuildContext
context
)
{
_loadCategories
();
// if (categories.isEmpty) {
// return Text('No categories');
// }
return
DropdownMenu
<
String
>(
initialSelection:
categories
.
first
,
onSelected:
(
String
?
value
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment