Skip to content

Commit

Permalink
updated build config for master
Browse files Browse the repository at this point in the history
  • Loading branch information
rachana-egov committed Jan 24, 2024
1 parent 82b12fa commit 019ea47
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions flutter/digit-ui-components/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ final controller = MultiSelectController<int>();

void main() {
/// Here we set the URL strategy for our web app.
/// It is safe to call this function when running on mobile or desktop as well.
setPathUrlStrategy();
runApp(const MyApp());
}
Expand Down Expand Up @@ -593,12 +592,3 @@ class MyHomePageState extends State<MyHomePage> {

}

// void main() {
// runApp(
// MaterialApp(
// home: Scaffold(
// body:
// ),
// ),
// );
// }

0 comments on commit 019ea47

Please sign in to comment.