Skip to content

Commit

Permalink
finishing v 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivan22 committed Feb 6, 2024
1 parent b974d73 commit a628b12
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 243 deletions.
3 changes: 3 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
save tabControler scorlling stata
use html2markdown
add option for themes for the markdown
add search in markdown content
Expand All @@ -7,5 +8,7 @@ deploy with msix for sharing

בסקריפט:
להוסיף את הרמה האחרונה של כותרת לכל הרמות מעל 4
בחלוקה לשורות לא לעשות שורה חדשה
בחלוקה לשאר החלוקות לעשות שורה חדשה והדגשה לסעיף
להחזיר ספרים שנמחקו

2 changes: 1 addition & 1 deletion lib/book_tabs_viewer.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter_settings_screen_ex/flutter_settings_screen_ex.dart';
import 'package:universal_io/io.dart';
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:markdown_widget/markdown_widget.dart';
import 'custom_node.dart';
Expand Down
5 changes: 1 addition & 4 deletions lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import 'package:universal_io/io.dart';
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:flutter_localizations/flutter_localizations.dart';
import 'book_tabs_viewer.dart';
import 'settings_screen.dart';
import 'package:flutter_settings_screen_ex/flutter_settings_screen_ex.dart';
import 'cache_provider.dart';




void main(){
Settings.init(cacheProvider: HiveCache());
//Settings.clearCache();
Expand Down
4 changes: 0 additions & 4 deletions macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ import Foundation
import path_provider_foundation
import shared_preferences_foundation
import url_launcher_macos
import video_player_avfoundation
import wakelock_macos

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
WakelockMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockMacosPlugin"))
}
Loading

0 comments on commit a628b12

Please sign in to comment.