Skip to content

Commit

Permalink
Moved release source to samplebrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
LokeshPalani committed Mar 14, 2024
1 parent 9ad2821 commit c8708f8
Show file tree
Hide file tree
Showing 257 changed files with 9,072 additions and 6,794 deletions.
3 changes: 3 additions & 0 deletions lib/main.dart
@@ -1,9 +1,12 @@
import 'package:flutter/material.dart';

import 'model/model.dart';
import 'sample_browser.dart';

Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();

await updateControlItems();

runApp(const SampleBrowser());
}
2,138 changes: 1,137 additions & 1,001 deletions lib/model/helper.dart

Large diffs are not rendered by default.

979 changes: 499 additions & 480 deletions lib/model/mobile_view.dart

Large diffs are not rendered by default.

0 comments on commit c8708f8

Please sign in to comment.