flutter-hugo-cms
flutter-hugo-cms copied to clipboard
Desktop and mobile Hugo CMS app made with Flutter.
Hi i wanna test this app , and see if i can run it using the old version of dart and flutter. the current latest version with sound null safety...
dart pub upgrade --null-safety null-safety compatible versions do not exist for: - markdown_widget - draggable_scrollbar draggable_scrollbar has a PR for it but it seems to be on hold: https://github.com/fluttercommunity/flutter-draggable-scrollbar/pull/45 markdown_widget...
fixed with Uri.parse e.g ```` final request = await http.get( Uri.parse("https://api.github.com/repos/$username/$repoName"), headers: {"Authorization": "token $accessToken"}); ````