Skip to content

Commit

Permalink
Merge pull request #19 from josephgcedeno/feature/mono-repo-structure
Browse files Browse the repository at this point in the history
feat: mono repo structure
  • Loading branch information
JosesGabriel authored Sep 30, 2024
2 parents c078d81 + 97b858b commit 87934bf
Show file tree
Hide file tree
Showing 195 changed files with 2,761 additions and 149 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions core/build/native_assets/macos/native_assets.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
format-version:
- 1
- 0
- 0
native-assets: {}
Binary file added core/build/unit_test_assets/AssetManifest.bin
Binary file not shown.
1 change: 1 addition & 0 deletions core/build/unit_test_assets/AssetManifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions core/build/unit_test_assets/FontManifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]}]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'package:nuxify_widgetbook/indicators/chip.dart';
import 'package:nuxify_widgetbook_core/indicators/chip.dart';

class ChipsSelection extends StatelessWidget {
/// A row of selectable chips. It takes a list of items and a list of active indexes as input.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'package:nuxify_widgetbook/navigation/app_bottom_navigation.dart';
import 'package:nuxify_widgetbook_core/navigation/app_bottom_navigation.dart';

/// Note: This widget is provided for reference purposes only.
/// Customize and modify it as needed to suit the specific requirements.
Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart → core/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'package:nuxify_widgetbook/layout/dashboard_scaffold.dart';
import 'package:nuxify_widgetbook_core/layout/dashboard_scaffold.dart';

void main() {
runApp(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/utils.dart → core/lib/utils.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'package:nuxify_widgetbook/views/bottomsheet.dart';
import 'package:nuxify_widgetbook_core/views/bottomsheet.dart';

// Opens a bottom sheet with the provided body, title, leading, and trailing widgets.
void openBottomSheet(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 87934bf

Please sign in to comment.