Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add comment doc
  • Loading branch information
tugorez committed Jan 12, 2021
commit c54bf585625f1f7b993dc3a8dd0de74ad528d225
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:flutter/services.dart';
class DomHelper {
final _container = Element.tag('file-selector');

///
/// Default constructor, initializes the container DOM element.
DomHelper() {
final body = querySelector('body');
body.children.add(_container);
Expand Down